HSL(82, 33%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,33%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 33%, 75%) | color: hsl(82, 33%, 75%) | |
| HEX | #C5D4AA | color: #C5D4AA | |
| RGB | rgb(197, 212, 170) | color: rgb(197, 212, 170) | |
| CMYK | cmyk(7%, 0%, 20%, 17%) | — | |
| HSV | hsv(81, 20%, 83%) | — | |
| HWB | hwb(81 66% 17%) | color: hwb(81 66% 17%) | |
| OKLCH | oklch(0.8476 0.0588 123.62) | color: oklch(0.8476 0.0588 123.62) | |
| Lab | lab(82.84 -12.36 19.13) | color: lab(82.84 -12.36 19.13) | |
| LCH | lch(82.84 22.78 122.87) | color: lch(82.84 22.78 122.87) |
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)
#CBCCB4 — rgb(203, 204, 180)
Deuteranopia (Green-blind)
#CBCAB7 — rgb(203, 202, 183)
Tritanopia (Blue-blind)
#C6BCBE — rgb(198, 188, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 33%, 75%);
text
color: hsl(82, 33%, 75%);
border
border: 2px solid hsl(82, 33%, 75%);
gradient light
background: linear-gradient(to right, hsl(82, 33%, 95%), hsl(82, 33%, 75%));
gradient dark
background: linear-gradient(to right, hsl(82, 33%, 75%), hsl(82, 33%, 55%))
hex
background-color: #C5D4AA;
tailwind
bg-[hsl(82,33%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 33%, 75%, 0.4);
css variable
--color-primary: hsl(82, 33%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 33%, 75%)?
HEX: #C5D4AA | RGB: rgb(197, 212, 170) | CMYK: 7%, 0%, 20%, 17% | HSV: 81°, 20%, 83%. Copy any format from the conversion table above.
What colors go well with #C5D4AA?
The complementary color is HSL(262, 33%, 75%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 33%, 75%) in CSS?
As HSL: color: hsl(82, 33%, 75%); — As HEX: color: #C5D4AA; — As RGB: color: rgb(197, 212, 170); — Tailwind CSS: bg-[hsl(82,33%,75%)] — CSS variable: --color-primary: hsl(82, 33%, 75%);