HSL(141, 19%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(141,19%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 19%, 84%) | color: hsl(141, 19%, 84%) | |
| HEX | #CEDED4 | color: #CEDED4 | |
| RGB | rgb(206, 222, 212) | color: rgb(206, 222, 212) | |
| CMYK | cmyk(7%, 0%, 5%, 13%) | — | |
| HSV | hsv(143, 7%, 87%) | — | |
| HWB | hwb(143 81% 13%) | color: hwb(143 81% 13%) | |
| OKLCH | oklch(0.8857 0.0218 158.54) | color: oklch(0.8857 0.0218 158.54) | |
| Lab | lab(87.05 -7.2 3.06) | color: lab(87.05 -7.2 3.06) | |
| LCH | lch(87.05 7.82 156.97) | color: lch(87.05 7.82 156.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)
#D5D5D6 — rgb(213, 213, 214)
Deuteranopia (Green-blind)
#D4D3D7 — rgb(212, 211, 215)
Tritanopia (Blue-blind)
#CFD8D9 — rgb(207, 216, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 19%, 84%);
text
color: hsl(141, 19%, 84%);
border
border: 2px solid hsl(141, 19%, 84%);
gradient light
background: linear-gradient(to right, hsl(141, 19%, 100%), hsl(141, 19%, 84%));
gradient dark
background: linear-gradient(to right, hsl(141, 19%, 84%), hsl(141, 19%, 64%))
hex
background-color: #CEDED4;
tailwind
bg-[hsl(141,19%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 19%, 84%, 0.4);
css variable
--color-primary: hsl(141, 19%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 19%, 84%)?
HEX: #CEDED4 | RGB: rgb(206, 222, 212) | CMYK: 7%, 0%, 5%, 13% | HSV: 143°, 7%, 87%. Copy any format from the conversion table above.
What colors go well with #CEDED4?
The complementary color is HSL(321, 19%, 84%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 19%, 84%) in CSS?
As HSL: color: hsl(141, 19%, 84%); — As HEX: color: #CEDED4; — As RGB: color: rgb(206, 222, 212); — Tailwind CSS: bg-[hsl(141,19%,84%)] — CSS variable: --color-primary: hsl(141, 19%, 84%);