HSL(99, 72%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,72%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 72%, 84%) | color: hsl(99, 72%, 84%) | |
| HEX | #CDF4B9 | color: #CDF4B9 | |
| RGB | rgb(205, 244, 185) | color: rgb(205, 244, 185) | |
| CMYK | cmyk(16%, 0%, 24%, 4%) | — | |
| HSV | hsv(100, 24%, 96%) | — | |
| HWB | hwb(100 73% 4%) | color: hwb(100 73% 4%) | |
| OKLCH | oklch(0.9246 0.0879 135.16) | color: oklch(0.9246 0.0879 135.16) | |
| Lab | lab(92.21 -23.04 24.39) | color: lab(92.21 -23.04 24.39) | |
| LCH | lch(92.21 33.55 133.37) | color: lch(92.21 33.55 133.37) |
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)
#DEDEC7 — rgb(222, 222, 199)
Deuteranopia (Green-blind)
#DCD9CB — rgb(220, 217, 203)
Tritanopia (Blue-blind)
#CFD3D5 — rgb(207, 211, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 72%, 84%);
text
color: hsl(99, 72%, 84%);
border
border: 2px solid hsl(99, 72%, 84%);
gradient light
background: linear-gradient(to right, hsl(99, 72%, 100%), hsl(99, 72%, 84%));
gradient dark
background: linear-gradient(to right, hsl(99, 72%, 84%), hsl(99, 72%, 64%))
hex
background-color: #CDF4B9;
tailwind
bg-[hsl(99,72%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 72%, 84%, 0.4);
css variable
--color-primary: hsl(99, 72%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 72%, 84%)?
HEX: #CDF4B9 | RGB: rgb(205, 244, 185) | CMYK: 16%, 0%, 24%, 4% | HSV: 100°, 24%, 96%. Copy any format from the conversion table above.
What colors go well with #CDF4B9?
The complementary color is HSL(279, 72%, 84%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 72%, 84%) in CSS?
As HSL: color: hsl(99, 72%, 84%); — As HEX: color: #CDF4B9; — As RGB: color: rgb(205, 244, 185); — Tailwind CSS: bg-[hsl(99,72%,84%)] — CSS variable: --color-primary: hsl(99, 72%, 84%);