HSL(116, 30%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,30%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 30%, 84%) | color: hsl(116, 30%, 84%) | |
| HEX | #CCE2CA | color: #CCE2CA | |
| RGB | rgb(204, 226, 202) | color: rgb(204, 226, 202) | |
| CMYK | cmyk(10%, 0%, 11%, 11%) | — | |
| HSV | hsv(115, 11%, 89%) | — | |
| HWB | hwb(115 79% 11%) | color: hwb(115 79% 11%) | |
| OKLCH | oklch(0.8899 0.04 142.92) | color: oklch(0.8899 0.04 142.92) | |
| Lab | lab(87.72 -11.7 9.27) | color: lab(87.72 -11.7 9.27) | |
| LCH | lch(87.72 14.93 141.61) | color: lch(87.72 14.93 141.61) |
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)
#D6D6D0 — rgb(214, 214, 208)
Deuteranopia (Green-blind)
#D4D3D1 — rgb(212, 211, 209)
Tritanopia (Blue-blind)
#CDD4D5 — rgb(205, 212, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 30%, 84%);
text
color: hsl(116, 30%, 84%);
border
border: 2px solid hsl(116, 30%, 84%);
gradient light
background: linear-gradient(to right, hsl(116, 30%, 100%), hsl(116, 30%, 84%));
gradient dark
background: linear-gradient(to right, hsl(116, 30%, 84%), hsl(116, 30%, 64%))
hex
background-color: #CCE2CA;
tailwind
bg-[hsl(116,30%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 30%, 84%, 0.4);
css variable
--color-primary: hsl(116, 30%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 30%, 84%)?
HEX: #CCE2CA | RGB: rgb(204, 226, 202) | CMYK: 10%, 0%, 11%, 11% | HSV: 115°, 11%, 89%. Copy any format from the conversion table above.
What colors go well with #CCE2CA?
The complementary color is HSL(296, 30%, 84%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 30%, 84%) in CSS?
As HSL: color: hsl(116, 30%, 84%); — As HEX: color: #CCE2CA; — As RGB: color: rgb(204, 226, 202); — Tailwind CSS: bg-[hsl(116,30%,84%)] — CSS variable: --color-primary: hsl(116, 30%, 84%);