HSL(72, 55%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,55%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 55%, 72%) | color: hsl(72, 55%, 72%) | |
| HEX | #CFDF90 | color: #CFDF90 | |
| RGB | rgb(207, 223, 144) | color: rgb(207, 223, 144) | |
| CMYK | cmyk(7%, 0%, 35%, 13%) | — | |
| HSV | hsv(72, 35%, 87%) | — | |
| HWB | hwb(72 57% 13%) | color: hwb(72 57% 13%) | |
| OKLCH | oklch(0.8733 0.1033 117.92) | color: oklch(0.8733 0.1033 117.92) | |
| Lab | lab(86.03 -17.77 36.98) | color: lab(86.03 -17.77 36.98) | |
| LCH | lch(86.03 41.03 115.67) | color: lch(86.03 41.03 115.67) |
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)
#D6D6A3 — rgb(214, 214, 163)
Deuteranopia (Green-blind)
#D5D4A8 — rgb(213, 212, 168)
Tritanopia (Blue-blind)
#D0B2B6 — rgb(208, 178, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 55%, 72%);
text
color: hsl(72, 55%, 72%);
border
border: 2px solid hsl(72, 55%, 72%);
gradient light
background: linear-gradient(to right, hsl(72, 55%, 92%), hsl(72, 55%, 72%));
gradient dark
background: linear-gradient(to right, hsl(72, 55%, 72%), hsl(72, 55%, 52%))
hex
background-color: #CFDF90;
tailwind
bg-[hsl(72,55%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 55%, 72%, 0.4);
css variable
--color-primary: hsl(72, 55%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 55%, 72%)?
HEX: #CFDF90 | RGB: rgb(207, 223, 144) | CMYK: 7%, 0%, 35%, 13% | HSV: 72°, 35%, 87%. Copy any format from the conversion table above.
What colors go well with #CFDF90?
The complementary color is HSL(252, 55%, 72%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 55%, 72%) in CSS?
As HSL: color: hsl(72, 55%, 72%); — As HEX: color: #CFDF90; — As RGB: color: rgb(207, 223, 144); — Tailwind CSS: bg-[hsl(72,55%,72%)] — CSS variable: --color-primary: hsl(72, 55%, 72%);