HSL(88, 28%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,28%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 28%, 78%) | color: hsl(88, 28%, 78%) | |
| HEX | #C8D7B7 | color: #C8D7B7 | |
| RGB | rgb(200, 215, 183) | color: rgb(200, 215, 183) | |
| CMYK | cmyk(7%, 0%, 15%, 16%) | — | |
| HSV | hsv(88, 15%, 84%) | — | |
| HWB | hwb(88 71% 16%) | color: hwb(88 71% 16%) | |
| OKLCH | oklch(0.8592 0.0462 127.87) | color: oklch(0.8592 0.0462 127.87) | |
| Lab | lab(84.12 -10.74 14.1) | color: lab(84.12 -10.74 14.1) | |
| LCH | lch(84.12 17.72 127.3) | color: lch(84.12 17.72 127.3) |
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)
#CECFBF — rgb(206, 207, 191)
Deuteranopia (Green-blind)
#CECDC1 — rgb(206, 205, 193)
Tritanopia (Blue-blind)
#C9C5C6 — rgb(201, 197, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 28%, 78%);
text
color: hsl(88, 28%, 78%);
border
border: 2px solid hsl(88, 28%, 78%);
gradient light
background: linear-gradient(to right, hsl(88, 28%, 98%), hsl(88, 28%, 78%));
gradient dark
background: linear-gradient(to right, hsl(88, 28%, 78%), hsl(88, 28%, 58%))
hex
background-color: #C8D7B7;
tailwind
bg-[hsl(88,28%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 28%, 78%, 0.4);
css variable
--color-primary: hsl(88, 28%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 28%, 78%)?
HEX: #C8D7B7 | RGB: rgb(200, 215, 183) | CMYK: 7%, 0%, 15%, 16% | HSV: 88°, 15%, 84%. Copy any format from the conversion table above.
What colors go well with #C8D7B7?
The complementary color is HSL(268, 28%, 78%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 28%, 78%) in CSS?
As HSL: color: hsl(88, 28%, 78%); — As HEX: color: #C8D7B7; — As RGB: color: rgb(200, 215, 183); — Tailwind CSS: bg-[hsl(88,28%,78%)] — CSS variable: --color-primary: hsl(88, 28%, 78%);