HSL(87, 97%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,97%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 97%, 78%) | color: hsl(87, 97%, 78%) | |
| HEX | #CCFD90 | color: #CCFD90 | |
| RGB | rgb(204, 253, 144) | color: rgb(204, 253, 144) | |
| CMYK | cmyk(19%, 0%, 43%, 1%) | — | |
| HSV | hsv(87, 43%, 99%) | — | |
| HWB | hwb(87 56% 1%) | color: hwb(87 56% 1%) | |
| OKLCH | oklch(0.9361 0.1464 128.71) | color: oklch(0.9361 0.1464 128.71) | |
| Lab | lab(93.93 -33.17 47.03) | color: lab(93.93 -33.17 47.03) | |
| LCH | lch(93.93 57.55 125.2) | color: lch(93.93 57.55 125.2) |
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)
#E1E2AA — rgb(225, 226, 170)
Deuteranopia (Green-blind)
#DEDBB1 — rgb(222, 219, 177)
Tritanopia (Blue-blind)
#CEBFC4 — rgb(206, 191, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 97%, 78%);
text
color: hsl(87, 97%, 78%);
border
border: 2px solid hsl(87, 97%, 78%);
gradient light
background: linear-gradient(to right, hsl(87, 97%, 98%), hsl(87, 97%, 78%));
gradient dark
background: linear-gradient(to right, hsl(87, 97%, 78%), hsl(87, 97%, 58%))
hex
background-color: #CCFD90;
tailwind
bg-[hsl(87,97%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 97%, 78%, 0.4);
css variable
--color-primary: hsl(87, 97%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 97%, 78%)?
HEX: #CCFD90 | RGB: rgb(204, 253, 144) | CMYK: 19%, 0%, 43%, 1% | HSV: 87°, 43%, 99%. Copy any format from the conversion table above.
What colors go well with #CCFD90?
The complementary color is HSL(267, 97%, 78%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 97%, 78%) in CSS?
As HSL: color: hsl(87, 97%, 78%); — As HEX: color: #CCFD90; — As RGB: color: rgb(204, 253, 144); — Tailwind CSS: bg-[hsl(87,97%,78%)] — CSS variable: --color-primary: hsl(87, 97%, 78%);