HSL(112, 27%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,27%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 27%, 84%) | color: hsl(112, 27%, 84%) | |
| HEX | #CEE1CB | color: #CEE1CB | |
| RGB | rgb(206, 225, 203) | color: rgb(206, 225, 203) | |
| CMYK | cmyk(8%, 0%, 10%, 12%) | — | |
| HSV | hsv(112, 10%, 88%) | — | |
| HWB | hwb(112 79% 12%) | color: hwb(112 79% 12%) | |
| OKLCH | oklch(0.8895 0.036 141.39) | color: oklch(0.8895 0.036 141.39) | |
| Lab | lab(87.62 -10.34 8.62) | color: lab(87.62 -10.34 8.62) | |
| LCH | lch(87.62 13.46 140.18) | color: lch(87.62 13.46 140.18) |
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)
#D5D4D2 — rgb(213, 212, 210)
Tritanopia (Blue-blind)
#CFD5D5 — rgb(207, 213, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 27%, 84%);
text
color: hsl(112, 27%, 84%);
border
border: 2px solid hsl(112, 27%, 84%);
gradient light
background: linear-gradient(to right, hsl(112, 27%, 100%), hsl(112, 27%, 84%));
gradient dark
background: linear-gradient(to right, hsl(112, 27%, 84%), hsl(112, 27%, 64%))
hex
background-color: #CEE1CB;
tailwind
bg-[hsl(112,27%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 27%, 84%, 0.4);
css variable
--color-primary: hsl(112, 27%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 27%, 84%)?
HEX: #CEE1CB | RGB: rgb(206, 225, 203) | CMYK: 8%, 0%, 10%, 12% | HSV: 112°, 10%, 88%. Copy any format from the conversion table above.
What colors go well with #CEE1CB?
The complementary color is HSL(292, 27%, 84%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 27%, 84%) in CSS?
As HSL: color: hsl(112, 27%, 84%); — As HEX: color: #CEE1CB; — As RGB: color: rgb(206, 225, 203); — Tailwind CSS: bg-[hsl(112,27%,84%)] — CSS variable: --color-primary: hsl(112, 27%, 84%);