HSL(69, 75%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,75%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 75%, 60%) | color: hsl(69, 75%, 60%) | |
| HEX | #CFE64D | color: #CFE64D | |
| RGB | rgb(207, 230, 77) | color: rgb(207, 230, 77) | |
| CMYK | cmyk(10%, 0%, 67%, 10%) | — | |
| HSV | hsv(69, 67%, 90%) | — | |
| HWB | hwb(69 30% 10%) | color: hwb(69 30% 10%) | |
| OKLCH | oklch(0.8802 0.1747 117.51) | color: oklch(0.8802 0.1747 117.51) | |
| Lab | lab(87.19 -27.2 68.78) | color: lab(87.19 -27.2 68.78) | |
| LCH | lch(87.19 73.96 111.58) | color: lch(87.19 73.96 111.58) |
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)
#D9D972 — rgb(217, 217, 114)
Deuteranopia (Green-blind)
#D8D67B — rgb(216, 214, 123)
Tritanopia (Blue-blind)
#D08F96 — rgb(208, 143, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 75%, 60%);
text
color: hsl(69, 75%, 60%);
border
border: 2px solid hsl(69, 75%, 60%);
gradient light
background: linear-gradient(to right, hsl(69, 75%, 80%), hsl(69, 75%, 60%));
gradient dark
background: linear-gradient(to right, hsl(69, 75%, 60%), hsl(69, 75%, 40%))
hex
background-color: #CFE64D;
tailwind
bg-[hsl(69,75%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 75%, 60%, 0.4);
css variable
--color-primary: hsl(69, 75%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 75%, 60%)?
HEX: #CFE64D | RGB: rgb(207, 230, 77) | CMYK: 10%, 0%, 67%, 10% | HSV: 69°, 67%, 90%. Copy any format from the conversion table above.
What colors go well with #CFE64D?
The complementary color is HSL(249, 75%, 60%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 75%, 60%) in CSS?
As HSL: color: hsl(69, 75%, 60%); — As HEX: color: #CFE64D; — As RGB: color: rgb(207, 230, 77); — Tailwind CSS: bg-[hsl(69,75%,60%)] — CSS variable: --color-primary: hsl(69, 75%, 60%);