HSL(102, 35%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,35%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 35%, 80%) | color: hsl(102, 35%, 80%) | |
| HEX | #C5DEBA | color: #C5DEBA | |
| RGB | rgb(197, 222, 186) | color: rgb(197, 222, 186) | |
| CMYK | cmyk(11%, 0%, 16%, 13%) | — | |
| HSV | hsv(102, 16%, 87%) | — | |
| HWB | hwb(102 73% 13%) | color: hwb(102 73% 13%) | |
| OKLCH | oklch(0.8725 0.0555 136.08) | color: oklch(0.8725 0.0555 136.08) | |
| Lab | lab(85.83 -14.82 14.91) | color: lab(85.83 -14.82 14.91) | |
| LCH | lch(85.83 21.02 134.83) | color: lch(85.83 21.02 134.83) |
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)
#D0D0C3 — rgb(208, 208, 195)
Deuteranopia (Green-blind)
#CECDC5 — rgb(206, 205, 197)
Tritanopia (Blue-blind)
#C6CACB — rgb(198, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 35%, 80%);
text
color: hsl(102, 35%, 80%);
border
border: 2px solid hsl(102, 35%, 80%);
gradient light
background: linear-gradient(to right, hsl(102, 35%, 100%), hsl(102, 35%, 80%));
gradient dark
background: linear-gradient(to right, hsl(102, 35%, 80%), hsl(102, 35%, 60%))
hex
background-color: #C5DEBA;
tailwind
bg-[hsl(102,35%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 35%, 80%, 0.4);
css variable
--color-primary: hsl(102, 35%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 35%, 80%)?
HEX: #C5DEBA | RGB: rgb(197, 222, 186) | CMYK: 11%, 0%, 16%, 13% | HSV: 102°, 16%, 87%. Copy any format from the conversion table above.
What colors go well with #C5DEBA?
The complementary color is HSL(282, 35%, 80%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 35%, 80%) in CSS?
As HSL: color: hsl(102, 35%, 80%); — As HEX: color: #C5DEBA; — As RGB: color: rgb(197, 222, 186); — Tailwind CSS: bg-[hsl(102,35%,80%)] — CSS variable: --color-primary: hsl(102, 35%, 80%);