HSL(70, 50%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,50%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 50%, 67%) | color: hsl(70, 50%, 67%) | |
| HEX | #C7D581 | color: #C7D581 | |
| RGB | rgb(199, 213, 129) | color: rgb(199, 213, 129) | |
| CMYK | cmyk(7%, 0%, 39%, 16%) | — | |
| HSV | hsv(70, 39%, 84%) | — | |
| HWB | hwb(70 51% 16%) | color: hwb(70 51% 16%) | |
| OKLCH | oklch(0.8434 0.1089 116.53) | color: oklch(0.8434 0.1089 116.53) | |
| Lab | lab(82.55 -17.65 39.92) | color: lab(82.55 -17.65 39.92) | |
| LCH | lch(82.55 43.65 113.85) | color: lch(82.55 43.65 113.85) |
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)
#CDCD95 — rgb(205, 205, 149)
Deuteranopia (Green-blind)
#CCCB9A — rgb(204, 203, 154)
Tritanopia (Blue-blind)
#C8A5A9 — rgb(200, 165, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 50%, 67%);
text
color: hsl(70, 50%, 67%);
border
border: 2px solid hsl(70, 50%, 67%);
gradient light
background: linear-gradient(to right, hsl(70, 50%, 87%), hsl(70, 50%, 67%));
gradient dark
background: linear-gradient(to right, hsl(70, 50%, 67%), hsl(70, 50%, 47%))
hex
background-color: #C7D581;
tailwind
bg-[hsl(70,50%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 50%, 67%, 0.4);
css variable
--color-primary: hsl(70, 50%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 50%, 67%)?
HEX: #C7D581 | RGB: rgb(199, 213, 129) | CMYK: 7%, 0%, 39%, 16% | HSV: 70°, 39%, 84%. Copy any format from the conversion table above.
What colors go well with #C7D581?
The complementary color is HSL(250, 50%, 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, 50%, 67%) in CSS?
As HSL: color: hsl(70, 50%, 67%); — As HEX: color: #C7D581; — As RGB: color: rgb(199, 213, 129); — Tailwind CSS: bg-[hsl(70,50%,67%)] — CSS variable: --color-primary: hsl(70, 50%, 67%);