HSL(85, 25%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,25%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 25%, 80%) | color: hsl(85, 25%, 80%) | |
| HEX | #CED9BF | color: #CED9BF | |
| RGB | rgb(206, 217, 191) | color: rgb(206, 217, 191) | |
| CMYK | cmyk(5%, 0%, 12%, 15%) | — | |
| HSV | hsv(85, 12%, 85%) | — | |
| HWB | hwb(85 75% 15%) | color: hwb(85 75% 15%) | |
| OKLCH | oklch(0.8699 0.037 125.9) | color: oklch(0.8699 0.037 125.9) | |
| Lab | lab(85.26 -8.32 11.55) | color: lab(85.26 -8.32 11.55) | |
| LCH | lch(85.26 14.23 125.77) | color: lch(85.26 14.23 125.77) |
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)
#D3D3C5 — rgb(211, 211, 197)
Deuteranopia (Green-blind)
#D2D1C7 — rgb(210, 209, 199)
Tritanopia (Blue-blind)
#CFCACB — rgb(207, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 25%, 80%);
text
color: hsl(85, 25%, 80%);
border
border: 2px solid hsl(85, 25%, 80%);
gradient light
background: linear-gradient(to right, hsl(85, 25%, 100%), hsl(85, 25%, 80%));
gradient dark
background: linear-gradient(to right, hsl(85, 25%, 80%), hsl(85, 25%, 60%))
hex
background-color: #CED9BF;
tailwind
bg-[hsl(85,25%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 25%, 80%, 0.4);
css variable
--color-primary: hsl(85, 25%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 25%, 80%)?
HEX: #CED9BF | RGB: rgb(206, 217, 191) | CMYK: 5%, 0%, 12%, 15% | HSV: 85°, 12%, 85%. Copy any format from the conversion table above.
What colors go well with #CED9BF?
The complementary color is HSL(265, 25%, 80%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 25%, 80%) in CSS?
As HSL: color: hsl(85, 25%, 80%); — As HEX: color: #CED9BF; — As RGB: color: rgb(206, 217, 191); — Tailwind CSS: bg-[hsl(85,25%,80%)] — CSS variable: --color-primary: hsl(85, 25%, 80%);