HSL(74, 79%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,79%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 79%, 65%) | color: hsl(74, 79%, 65%) | |
| HEX | #CBEC5F | color: #CBEC5F | |
| RGB | rgb(203, 236, 95) | color: rgb(203, 236, 95) | |
| CMYK | cmyk(14%, 0%, 60%, 7%) | — | |
| HSV | hsv(74, 60%, 93%) | — | |
| HWB | hwb(74 37% 7%) | color: hwb(74 37% 7%) | |
| OKLCH | oklch(0.8921 0.1698 121.07) | color: oklch(0.8921 0.1698 121.07) | |
| Lab | lab(88.69 -30.38 63.1) | color: lab(88.69 -30.38 63.1) | |
| LCH | lch(88.69 70.03 115.71) | color: lch(88.69 70.03 115.71) |
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)
#D9DA81 — rgb(217, 218, 129)
Deuteranopia (Green-blind)
#D7D589 — rgb(215, 213, 137)
Tritanopia (Blue-blind)
#CD9CA2 — rgb(205, 156, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 79%, 65%);
text
color: hsl(74, 79%, 65%);
border
border: 2px solid hsl(74, 79%, 65%);
gradient light
background: linear-gradient(to right, hsl(74, 79%, 85%), hsl(74, 79%, 65%));
gradient dark
background: linear-gradient(to right, hsl(74, 79%, 65%), hsl(74, 79%, 45%))
hex
background-color: #CBEC5F;
tailwind
bg-[hsl(74,79%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 79%, 65%, 0.4);
css variable
--color-primary: hsl(74, 79%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 79%, 65%)?
HEX: #CBEC5F | RGB: rgb(203, 236, 95) | CMYK: 14%, 0%, 60%, 7% | HSV: 74°, 60%, 93%. Copy any format from the conversion table above.
What colors go well with #CBEC5F?
The complementary color is HSL(254, 79%, 65%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 79%, 65%) in CSS?
As HSL: color: hsl(74, 79%, 65%); — As HEX: color: #CBEC5F; — As RGB: color: rgb(203, 236, 95); — Tailwind CSS: bg-[hsl(74,79%,65%)] — CSS variable: --color-primary: hsl(74, 79%, 65%);