HSL(74, 10%, 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(74,10%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 10%, 79%) | color: hsl(74, 10%, 79%) | |
| HEX | #CCCFC4 | color: #CCCFC4 | |
| RGB | rgb(204, 207, 196) | color: rgb(204, 207, 196) | |
| CMYK | cmyk(1%, 0%, 5%, 19%) | — | |
| HSV | hsv(76, 5%, 81%) | — | |
| HWB | hwb(76 77% 19%) | color: hwb(76 77% 19%) | |
| OKLCH | oklch(0.8491 0.0153 119.15) | color: oklch(0.8491 0.0153 119.15) | |
| Lab | lab(82.62 -3 5.1) | color: lab(82.62 -3 5.1) | |
| LCH | lch(82.62 5.92 120.47) | color: lch(82.62 5.92 120.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)
#CDCDC7 — rgb(205, 205, 199)
Deuteranopia (Green-blind)
#CDCDC7 — rgb(205, 205, 199)
Tritanopia (Blue-blind)
#CCC9C9 — rgb(204, 201, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 10%, 79%);
text
color: hsl(74, 10%, 79%);
border
border: 2px solid hsl(74, 10%, 79%);
gradient light
background: linear-gradient(to right, hsl(74, 10%, 99%), hsl(74, 10%, 79%));
gradient dark
background: linear-gradient(to right, hsl(74, 10%, 79%), hsl(74, 10%, 59%))
hex
background-color: #CCCFC4;
tailwind
bg-[hsl(74,10%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 10%, 79%, 0.4);
css variable
--color-primary: hsl(74, 10%, 79%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(74, 10%, 79%)?
HEX: #CCCFC4 | RGB: rgb(204, 207, 196) | CMYK: 1%, 0%, 5%, 19% | HSV: 76°, 5%, 81%. Copy any format from the conversion table above.
What colors go well with #CCCFC4?
The complementary color is HSL(254, 10%, 79%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 10%, 79%) in CSS?
As HSL: color: hsl(74, 10%, 79%); — As HEX: color: #CCCFC4; — As RGB: color: rgb(204, 207, 196); — Tailwind CSS: bg-[hsl(74,10%,79%)] — CSS variable: --color-primary: hsl(74, 10%, 79%);