HSL(68, 37%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,37%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 37%, 78%) | color: hsl(68, 37%, 78%) | |
| HEX | #D6DCB2 | color: #D6DCB2 | |
| RGB | rgb(214, 220, 178) | color: rgb(214, 220, 178) | |
| CMYK | cmyk(3%, 0%, 19%, 14%) | — | |
| HSV | hsv(69, 19%, 86%) | — | |
| HWB | hwb(69 70% 14%) | color: hwb(69 70% 14%) | |
| OKLCH | oklch(0.8791 0.0561 114.17) | color: oklch(0.8791 0.0561 114.17) | |
| Lab | lab(86.35 -9.05 20) | color: lab(86.35 -9.05 20) | |
| LCH | lch(86.35 21.95 114.35) | color: lch(86.35 21.95 114.35) |
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)
#D9D9BC — rgb(217, 217, 188)
Deuteranopia (Green-blind)
#D8D8BF — rgb(216, 216, 191)
Tritanopia (Blue-blind)
#D6C4C6 — rgb(214, 196, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 37%, 78%);
text
color: hsl(68, 37%, 78%);
border
border: 2px solid hsl(68, 37%, 78%);
gradient light
background: linear-gradient(to right, hsl(68, 37%, 98%), hsl(68, 37%, 78%));
gradient dark
background: linear-gradient(to right, hsl(68, 37%, 78%), hsl(68, 37%, 58%))
hex
background-color: #D6DCB2;
tailwind
bg-[hsl(68,37%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 37%, 78%, 0.4);
css variable
--color-primary: hsl(68, 37%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 37%, 78%)?
HEX: #D6DCB2 | RGB: rgb(214, 220, 178) | CMYK: 3%, 0%, 19%, 14% | HSV: 69°, 19%, 86%. Copy any format from the conversion table above.
What colors go well with #D6DCB2?
The complementary color is HSL(248, 37%, 78%). 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, 37%, 78%) in CSS?
As HSL: color: hsl(68, 37%, 78%); — As HEX: color: #D6DCB2; — As RGB: color: rgb(214, 220, 178); — Tailwind CSS: bg-[hsl(68,37%,78%)] — CSS variable: --color-primary: hsl(68, 37%, 78%);