HSL(68, 17%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(68,17%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 17%, 77%) | color: hsl(68, 17%, 77%) | |
| HEX | #CCCEBA | color: #CCCEBA | |
| RGB | rgb(204, 206, 186) | color: rgb(204, 206, 186) | |
| CMYK | cmyk(1%, 0%, 10%, 19%) | — | |
| HSV | hsv(66, 10%, 81%) | — | |
| HWB | hwb(66 73% 19%) | color: hwb(66 73% 19%) | |
| OKLCH | oklch(0.8444 0.0272 111.61) | color: oklch(0.8444 0.0272 111.61) | |
| Lab | lab(82.12 -4.19 9.72) | color: lab(82.12 -4.19 9.72) | |
| LCH | lch(82.12 10.58 113.32) | color: lch(82.12 10.58 113.32) |
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)
#CDCDBF — rgb(205, 205, 191)
Deuteranopia (Green-blind)
#CDCDC0 — rgb(205, 205, 192)
Tritanopia (Blue-blind)
#CCC3C4 — rgb(204, 195, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 17%, 77%);
text
color: hsl(68, 17%, 77%);
border
border: 2px solid hsl(68, 17%, 77%);
gradient light
background: linear-gradient(to right, hsl(68, 17%, 97%), hsl(68, 17%, 77%));
gradient dark
background: linear-gradient(to right, hsl(68, 17%, 77%), hsl(68, 17%, 57%))
hex
background-color: #CCCEBA;
tailwind
bg-[hsl(68,17%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 17%, 77%, 0.4);
css variable
--color-primary: hsl(68, 17%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 17%, 77%)?
HEX: #CCCEBA | RGB: rgb(204, 206, 186) | CMYK: 1%, 0%, 10%, 19% | HSV: 66°, 10%, 81%. Copy any format from the conversion table above.
What colors go well with #CCCEBA?
The complementary color is HSL(248, 17%, 77%). 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, 17%, 77%) in CSS?
As HSL: color: hsl(68, 17%, 77%); — As HEX: color: #CCCEBA; — As RGB: color: rgb(204, 206, 186); — Tailwind CSS: bg-[hsl(68,17%,77%)] — CSS variable: --color-primary: hsl(68, 17%, 77%);