HSL(74, 70%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,70%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 70%, 80%) | color: hsl(74, 70%, 80%) | |
| HEX | #DFF0A8 | color: #DFF0A8 | |
| RGB | rgb(223, 240, 168) | color: rgb(223, 240, 168) | |
| CMYK | cmyk(7%, 0%, 30%, 6%) | — | |
| HSV | hsv(74, 30%, 94%) | — | |
| HWB | hwb(74 66% 6%) | color: hwb(74 66% 6%) | |
| OKLCH | oklch(0.9255 0.0945 119.08) | color: oklch(0.9255 0.0945 119.08) | |
| Lab | lab(92.06 -17.14 33.02) | color: lab(92.06 -17.14 33.02) | |
| LCH | lch(92.06 37.2 117.43) | color: lch(92.06 37.2 117.43) |
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)
#E6E7B9 — rgb(230, 231, 185)
Deuteranopia (Green-blind)
#E5E4BE — rgb(229, 228, 190)
Tritanopia (Blue-blind)
#E0C7CA — rgb(224, 199, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 70%, 80%);
text
color: hsl(74, 70%, 80%);
border
border: 2px solid hsl(74, 70%, 80%);
gradient light
background: linear-gradient(to right, hsl(74, 70%, 100%), hsl(74, 70%, 80%));
gradient dark
background: linear-gradient(to right, hsl(74, 70%, 80%), hsl(74, 70%, 60%))
hex
background-color: #DFF0A8;
tailwind
bg-[hsl(74,70%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 70%, 80%, 0.4);
css variable
--color-primary: hsl(74, 70%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 70%, 80%)?
HEX: #DFF0A8 | RGB: rgb(223, 240, 168) | CMYK: 7%, 0%, 30%, 6% | HSV: 74°, 30%, 94%. Copy any format from the conversion table above.
What colors go well with #DFF0A8?
The complementary color is HSL(254, 70%, 80%). 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, 70%, 80%) in CSS?
As HSL: color: hsl(74, 70%, 80%); — As HEX: color: #DFF0A8; — As RGB: color: rgb(223, 240, 168); — Tailwind CSS: bg-[hsl(74,70%,80%)] — CSS variable: --color-primary: hsl(74, 70%, 80%);