HSL(70, 70%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,70%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 70%, 67%) | color: hsl(70, 70%, 67%) | |
| HEX | #D2E670 | color: #D2E670 | |
| RGB | rgb(210, 230, 112) | color: rgb(210, 230, 112) | |
| CMYK | cmyk(9%, 0%, 51%, 10%) | — | |
| HSV | hsv(70, 51%, 90%) | — | |
| HWB | hwb(70 44% 10%) | color: hwb(70 44% 10%) | |
| OKLCH | oklch(0.8859 0.1452 117.44) | color: oklch(0.8859 0.1452 117.44) | |
| Lab | lab(87.71 -23.42 54.61) | color: lab(87.71 -23.42 54.61) | |
| LCH | lch(87.71 59.42 113.21) | color: lch(87.71 59.42 113.21) |
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)
#DBDB8D — rgb(219, 219, 141)
Deuteranopia (Green-blind)
#DAD893 — rgb(218, 216, 147)
Tritanopia (Blue-blind)
#D3A3A8 — rgb(211, 163, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 70%, 67%);
text
color: hsl(70, 70%, 67%);
border
border: 2px solid hsl(70, 70%, 67%);
gradient light
background: linear-gradient(to right, hsl(70, 70%, 87%), hsl(70, 70%, 67%));
gradient dark
background: linear-gradient(to right, hsl(70, 70%, 67%), hsl(70, 70%, 47%))
hex
background-color: #D2E670;
tailwind
bg-[hsl(70,70%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 70%, 67%, 0.4);
css variable
--color-primary: hsl(70, 70%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 70%, 67%)?
HEX: #D2E670 | RGB: rgb(210, 230, 112) | CMYK: 9%, 0%, 51%, 10% | HSV: 70°, 51%, 90%. Copy any format from the conversion table above.
What colors go well with #D2E670?
The complementary color is HSL(250, 70%, 67%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 70%, 67%) in CSS?
As HSL: color: hsl(70, 70%, 67%); — As HEX: color: #D2E670; — As RGB: color: rgb(210, 230, 112); — Tailwind CSS: bg-[hsl(70,70%,67%)] — CSS variable: --color-primary: hsl(70, 70%, 67%);