HSL(66, 62%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,62%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 62%, 73%) | color: hsl(66, 62%, 73%) | |
| HEX | #DCE58F | color: #DCE58F | |
| RGB | rgb(220, 229, 143) | color: rgb(220, 229, 143) | |
| CMYK | cmyk(4%, 0%, 38%, 10%) | — | |
| HSV | hsv(66, 38%, 90%) | — | |
| HWB | hwb(66 56% 10%) | color: hwb(66 56% 10%) | |
| OKLCH | oklch(0.8958 0.1093 113.49) | color: oklch(0.8958 0.1093 113.49) | |
| Lab | lab(88.56 -15.92 40.93) | color: lab(88.56 -15.92 40.93) | |
| LCH | lch(88.56 43.92 111.25) | color: lch(88.56 43.92 111.25) |
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)
#E0E0A4 — rgb(224, 224, 164)
Deuteranopia (Green-blind)
#DFDFA9 — rgb(223, 223, 169)
Tritanopia (Blue-blind)
#DCB4B8 — rgb(220, 180, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 62%, 73%);
text
color: hsl(66, 62%, 73%);
border
border: 2px solid hsl(66, 62%, 73%);
gradient light
background: linear-gradient(to right, hsl(66, 62%, 93%), hsl(66, 62%, 73%));
gradient dark
background: linear-gradient(to right, hsl(66, 62%, 73%), hsl(66, 62%, 53%))
hex
background-color: #DCE58F;
tailwind
bg-[hsl(66,62%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 62%, 73%, 0.4);
css variable
--color-primary: hsl(66, 62%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 62%, 73%)?
HEX: #DCE58F | RGB: rgb(220, 229, 143) | CMYK: 4%, 0%, 38%, 10% | HSV: 66°, 38%, 90%. Copy any format from the conversion table above.
What colors go well with #DCE58F?
The complementary color is HSL(246, 62%, 73%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 62%, 73%) in CSS?
As HSL: color: hsl(66, 62%, 73%); — As HEX: color: #DCE58F; — As RGB: color: rgb(220, 229, 143); — Tailwind CSS: bg-[hsl(66,62%,73%)] — CSS variable: --color-primary: hsl(66, 62%, 73%);