HSL(68, 40%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,40%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 40%, 74%) | color: hsl(68, 40%, 74%) | |
| HEX | #D0D7A2 | color: #D0D7A2 | |
| RGB | rgb(208, 215, 162) | color: rgb(208, 215, 162) | |
| CMYK | cmyk(3%, 0%, 25%, 16%) | — | |
| HSV | hsv(68, 25%, 84%) | — | |
| HWB | hwb(68 63% 16%) | color: hwb(68 63% 16%) | |
| OKLCH | oklch(0.8606 0.0704 114.01) | color: oklch(0.8606 0.0704 114.01) | |
| Lab | lab(84.29 -11.04 25.43) | color: lab(84.29 -11.04 25.43) | |
| LCH | lch(84.29 27.72 113.47) | color: lch(84.29 27.72 113.47) |
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)
#D3D3AF — rgb(211, 211, 175)
Deuteranopia (Green-blind)
#D3D2B2 — rgb(211, 210, 178)
Tritanopia (Blue-blind)
#D0B9BB — rgb(208, 185, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 40%, 74%);
text
color: hsl(68, 40%, 74%);
border
border: 2px solid hsl(68, 40%, 74%);
gradient light
background: linear-gradient(to right, hsl(68, 40%, 94%), hsl(68, 40%, 74%));
gradient dark
background: linear-gradient(to right, hsl(68, 40%, 74%), hsl(68, 40%, 54%))
hex
background-color: #D0D7A2;
tailwind
bg-[hsl(68,40%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 40%, 74%, 0.4);
css variable
--color-primary: hsl(68, 40%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 40%, 74%)?
HEX: #D0D7A2 | RGB: rgb(208, 215, 162) | CMYK: 3%, 0%, 25%, 16% | HSV: 68°, 25%, 84%. Copy any format from the conversion table above.
What colors go well with #D0D7A2?
The complementary color is HSL(248, 40%, 74%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 40%, 74%) in CSS?
As HSL: color: hsl(68, 40%, 74%); — As HEX: color: #D0D7A2; — As RGB: color: rgb(208, 215, 162); — Tailwind CSS: bg-[hsl(68,40%,74%)] — CSS variable: --color-primary: hsl(68, 40%, 74%);