HSL(82, 27%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,27%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 27%, 74%) | color: hsl(82, 27%, 74%) | |
| HEX | #C1CFAB | color: #C1CFAB | |
| RGB | rgb(193, 207, 171) | color: rgb(193, 207, 171) | |
| CMYK | cmyk(7%, 0%, 17%, 19%) | — | |
| HSV | hsv(83, 17%, 81%) | — | |
| HWB | hwb(83 67% 19%) | color: hwb(83 67% 19%) | |
| OKLCH | oklch(0.8343 0.0511 124.79) | color: oklch(0.8343 0.0511 124.79) | |
| Lab | lab(81.24 -11.1 16.32) | color: lab(81.24 -11.1 16.32) | |
| LCH | lch(81.24 19.74 124.22) | color: lch(81.24 19.74 124.22) |
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)
#C7C7B4 — rgb(199, 199, 180)
Deuteranopia (Green-blind)
#C6C5B6 — rgb(198, 197, 182)
Tritanopia (Blue-blind)
#C2BBBC — rgb(194, 187, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 27%, 74%);
text
color: hsl(82, 27%, 74%);
border
border: 2px solid hsl(82, 27%, 74%);
gradient light
background: linear-gradient(to right, hsl(82, 27%, 94%), hsl(82, 27%, 74%));
gradient dark
background: linear-gradient(to right, hsl(82, 27%, 74%), hsl(82, 27%, 54%))
hex
background-color: #C1CFAB;
tailwind
bg-[hsl(82,27%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 27%, 74%, 0.4);
css variable
--color-primary: hsl(82, 27%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 27%, 74%)?
HEX: #C1CFAB | RGB: rgb(193, 207, 171) | CMYK: 7%, 0%, 17%, 19% | HSV: 83°, 17%, 81%. Copy any format from the conversion table above.
What colors go well with #C1CFAB?
The complementary color is HSL(262, 27%, 74%). 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, 27%, 74%) in CSS?
As HSL: color: hsl(82, 27%, 74%); — As HEX: color: #C1CFAB; — As RGB: color: rgb(193, 207, 171); — Tailwind CSS: bg-[hsl(82,27%,74%)] — CSS variable: --color-primary: hsl(82, 27%, 74%);