HSL(66, 12%, 79%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(66,12%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 12%, 79%) | color: hsl(66, 12%, 79%) | |
| HEX | #CFD0C3 | color: #CFD0C3 | |
| RGB | rgb(207, 208, 195) | color: rgb(207, 208, 195) | |
| CMYK | cmyk(0%, 0%, 6%, 18%) | — | |
| HSV | hsv(65, 6%, 82%) | — | |
| HWB | hwb(65 77% 18%) | color: hwb(65 77% 18%) | |
| OKLCH | oklch(0.8532 0.0177 110.34) | color: oklch(0.8532 0.0177 110.34) | |
| Lab | lab(83.08 -2.65 6.33) | color: lab(83.08 -2.65 6.33) | |
| LCH | lch(83.08 6.86 112.72) | color: lch(83.08 6.86 112.72) |
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)
#CFCFC6 — rgb(207, 207, 198)
Deuteranopia (Green-blind)
#CFCFC7 — rgb(207, 207, 199)
Tritanopia (Blue-blind)
#CFC9C9 — rgb(207, 201, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 12%, 79%);
text
color: hsl(66, 12%, 79%);
border
border: 2px solid hsl(66, 12%, 79%);
gradient light
background: linear-gradient(to right, hsl(66, 12%, 99%), hsl(66, 12%, 79%));
gradient dark
background: linear-gradient(to right, hsl(66, 12%, 79%), hsl(66, 12%, 59%))
hex
background-color: #CFD0C3;
tailwind
bg-[hsl(66,12%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 12%, 79%, 0.4);
css variable
--color-primary: hsl(66, 12%, 79%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(66, 12%, 79%)?
HEX: #CFD0C3 | RGB: rgb(207, 208, 195) | CMYK: 0%, 0%, 6%, 18% | HSV: 65°, 6%, 82%. Copy any format from the conversion table above.
What colors go well with #CFD0C3?
The complementary color is HSL(246, 12%, 79%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 12%, 79%) in CSS?
As HSL: color: hsl(66, 12%, 79%); — As HEX: color: #CFD0C3; — As RGB: color: rgb(207, 208, 195); — Tailwind CSS: bg-[hsl(66,12%,79%)] — CSS variable: --color-primary: hsl(66, 12%, 79%);