HSL(68, 20%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,20%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 20%, 78%) | color: hsl(68, 20%, 78%) | |
| HEX | #CFD2BC | color: #CFD2BC | |
| RGB | rgb(207, 210, 188) | color: rgb(207, 210, 188) | |
| CMYK | cmyk(1%, 0%, 10%, 18%) | — | |
| HSV | hsv(68, 10%, 82%) | — | |
| HWB | hwb(68 74% 18%) | color: hwb(68 74% 18%) | |
| OKLCH | oklch(0.8555 0.0299 113.33) | color: oklch(0.8555 0.0299 113.33) | |
| Lab | lab(83.44 -4.86 10.56) | color: lab(83.44 -4.86 10.56) | |
| LCH | lch(83.44 11.62 114.71) | color: lch(83.44 11.62 114.71) |
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)
#D0D0C1 — rgb(208, 208, 193)
Deuteranopia (Green-blind)
#D0D0C3 — rgb(208, 208, 195)
Tritanopia (Blue-blind)
#CFC6C6 — rgb(207, 198, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 20%, 78%);
text
color: hsl(68, 20%, 78%);
border
border: 2px solid hsl(68, 20%, 78%);
gradient light
background: linear-gradient(to right, hsl(68, 20%, 98%), hsl(68, 20%, 78%));
gradient dark
background: linear-gradient(to right, hsl(68, 20%, 78%), hsl(68, 20%, 58%))
hex
background-color: #CFD2BC;
tailwind
bg-[hsl(68,20%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 20%, 78%, 0.4);
css variable
--color-primary: hsl(68, 20%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 20%, 78%)?
HEX: #CFD2BC | RGB: rgb(207, 210, 188) | CMYK: 1%, 0%, 10%, 18% | HSV: 68°, 10%, 82%. Copy any format from the conversion table above.
What colors go well with #CFD2BC?
The complementary color is HSL(248, 20%, 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, 20%, 78%) in CSS?
As HSL: color: hsl(68, 20%, 78%); — As HEX: color: #CFD2BC; — As RGB: color: rgb(207, 210, 188); — Tailwind CSS: bg-[hsl(68,20%,78%)] — CSS variable: --color-primary: hsl(68, 20%, 78%);