HSL(112, 47%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,47%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 47%, 84%) | color: hsl(112, 47%, 84%) | |
| HEX | #C8E9C3 | color: #C8E9C3 | |
| RGB | rgb(200, 233, 195) | color: rgb(200, 233, 195) | |
| CMYK | cmyk(14%, 0%, 16%, 9%) | — | |
| HSV | hsv(112, 16%, 91%) | — | |
| HWB | hwb(112 76% 9%) | color: hwb(112 76% 9%) | |
| OKLCH | oklch(0.9001 0.0618 141.45) | color: oklch(0.9001 0.0618 141.45) | |
| Lab | lab(89.16 -17.76 14.92) | color: lab(89.16 -17.76 14.92) | |
| LCH | lch(89.16 23.2 139.97) | color: lch(89.16 23.2 139.97) |
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)
#D6D7CC — rgb(214, 215, 204)
Deuteranopia (Green-blind)
#D4D2CE — rgb(212, 210, 206)
Tritanopia (Blue-blind)
#CAD3D5 — rgb(202, 211, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 47%, 84%);
text
color: hsl(112, 47%, 84%);
border
border: 2px solid hsl(112, 47%, 84%);
gradient light
background: linear-gradient(to right, hsl(112, 47%, 100%), hsl(112, 47%, 84%));
gradient dark
background: linear-gradient(to right, hsl(112, 47%, 84%), hsl(112, 47%, 64%))
hex
background-color: #C8E9C3;
tailwind
bg-[hsl(112,47%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 47%, 84%, 0.4);
css variable
--color-primary: hsl(112, 47%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 47%, 84%)?
HEX: #C8E9C3 | RGB: rgb(200, 233, 195) | CMYK: 14%, 0%, 16%, 9% | HSV: 112°, 16%, 91%. Copy any format from the conversion table above.
What colors go well with #C8E9C3?
The complementary color is HSL(292, 47%, 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, 47%, 84%) in CSS?
As HSL: color: hsl(112, 47%, 84%); — As HEX: color: #C8E9C3; — As RGB: color: rgb(200, 233, 195); — Tailwind CSS: bg-[hsl(112,47%,84%)] — CSS variable: --color-primary: hsl(112, 47%, 84%);