HSL(102, 65%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,65%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 65%, 63%) | color: hsl(102, 65%, 63%) | |
| HEX | #88DE63 | color: #88DE63 | |
| RGB | rgb(136, 222, 99) | color: rgb(136, 222, 99) | |
| CMYK | cmyk(39%, 0%, 55%, 13%) | — | |
| HSV | hsv(102, 55%, 87%) | — | |
| HWB | hwb(102 39% 13%) | color: hwb(102 39% 13%) | |
| OKLCH | oklch(0.8195 0.1795 137.26) | color: oklch(0.8195 0.1795 137.26) | |
| Lab | lab(80.95 -47.84 51.52) | color: lab(80.95 -47.84 51.52) | |
| LCH | lch(80.95 70.31 132.88) | color: lch(80.95 70.31 132.88) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#ADAE81 — rgb(173, 174, 129)
Deuteranopia (Green-blind)
#A8A288 — rgb(168, 162, 136)
Tritanopia (Blue-blind)
#8C989D — rgb(140, 152, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 65%, 63%);
text
color: hsl(102, 65%, 63%);
border
border: 2px solid hsl(102, 65%, 63%);
gradient light
background: linear-gradient(to right, hsl(102, 65%, 83%), hsl(102, 65%, 63%));
gradient dark
background: linear-gradient(to right, hsl(102, 65%, 63%), hsl(102, 65%, 43%))
hex
background-color: #88DE63;
tailwind
bg-[hsl(102,65%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 65%, 63%, 0.4);
css variable
--color-primary: hsl(102, 65%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 65%, 63%)?
HEX: #88DE63 | RGB: rgb(136, 222, 99) | CMYK: 39%, 0%, 55%, 13% | HSV: 102°, 55%, 87%. Copy any format from the conversion table above.
What colors go well with #88DE63?
The complementary color is HSL(282, 65%, 63%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 65%, 63%) in CSS?
As HSL: color: hsl(102, 65%, 63%); — As HEX: color: #88DE63; — As RGB: color: rgb(136, 222, 99); — Tailwind CSS: bg-[hsl(102,65%,63%)] — CSS variable: --color-primary: hsl(102, 65%, 63%);