HSL(67, 76%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,76%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 76%, 70%) | color: hsl(67, 76%, 70%) | |
| HEX | #DFED78 | color: #DFED78 | |
| RGB | rgb(223, 237, 120) | color: rgb(223, 237, 120) | |
| CMYK | cmyk(6%, 0%, 49%, 7%) | — | |
| HSV | hsv(67, 49%, 93%) | — | |
| HWB | hwb(67 47% 7%) | color: hwb(67 47% 7%) | |
| OKLCH | oklch(0.9117 0.1425 114.91) | color: oklch(0.9117 0.1425 114.91) | |
| Lab | lab(90.6 -21.01 54.57) | color: lab(90.6 -21.01 54.57) | |
| LCH | lch(90.6 58.47 111.06) | color: lch(90.6 58.47 111.06) |
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)
#E5E594 — rgb(229, 229, 148)
Deuteranopia (Green-blind)
#E4E39B — rgb(228, 227, 155)
Tritanopia (Blue-blind)
#E0ABB0 — rgb(224, 171, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 76%, 70%);
text
color: hsl(67, 76%, 70%);
border
border: 2px solid hsl(67, 76%, 70%);
gradient light
background: linear-gradient(to right, hsl(67, 76%, 90%), hsl(67, 76%, 70%));
gradient dark
background: linear-gradient(to right, hsl(67, 76%, 70%), hsl(67, 76%, 50%))
hex
background-color: #DFED78;
tailwind
bg-[hsl(67,76%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 76%, 70%, 0.4);
css variable
--color-primary: hsl(67, 76%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 76%, 70%)?
HEX: #DFED78 | RGB: rgb(223, 237, 120) | CMYK: 6%, 0%, 49%, 7% | HSV: 67°, 49%, 93%. Copy any format from the conversion table above.
What colors go well with #DFED78?
The complementary color is HSL(247, 76%, 70%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 76%, 70%) in CSS?
As HSL: color: hsl(67, 76%, 70%); — As HEX: color: #DFED78; — As RGB: color: rgb(223, 237, 120); — Tailwind CSS: bg-[hsl(67,76%,70%)] — CSS variable: --color-primary: hsl(67, 76%, 70%);