HSL(83, 32%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,32%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 32%, 74%) | color: hsl(83, 32%, 74%) | |
| HEX | #C2D2A7 | color: #C2D2A7 | |
| RGB | rgb(194, 210, 167) | color: rgb(194, 210, 167) | |
| CMYK | cmyk(8%, 0%, 20%, 18%) | — | |
| HSV | hsv(82, 20%, 82%) | — | |
| HWB | hwb(82 66% 18%) | color: hwb(82 66% 18%) | |
| OKLCH | oklch(0.8405 0.0605 124.28) | color: oklch(0.8405 0.0605 124.28) | |
| Lab | lab(82.03 -12.9 19.55) | color: lab(82.03 -12.9 19.55) | |
| LCH | lch(82.03 23.42 123.42) | color: lch(82.03 23.42 123.42) |
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)
#C9C9B1 — rgb(201, 201, 177)
Deuteranopia (Green-blind)
#C8C7B4 — rgb(200, 199, 180)
Tritanopia (Blue-blind)
#C3BABB — rgb(195, 186, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 32%, 74%);
text
color: hsl(83, 32%, 74%);
border
border: 2px solid hsl(83, 32%, 74%);
gradient light
background: linear-gradient(to right, hsl(83, 32%, 94%), hsl(83, 32%, 74%));
gradient dark
background: linear-gradient(to right, hsl(83, 32%, 74%), hsl(83, 32%, 54%))
hex
background-color: #C2D2A7;
tailwind
bg-[hsl(83,32%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 32%, 74%, 0.4);
css variable
--color-primary: hsl(83, 32%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 32%, 74%)?
HEX: #C2D2A7 | RGB: rgb(194, 210, 167) | CMYK: 8%, 0%, 20%, 18% | HSV: 82°, 20%, 82%. Copy any format from the conversion table above.
What colors go well with #C2D2A7?
The complementary color is HSL(263, 32%, 74%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 32%, 74%) in CSS?
As HSL: color: hsl(83, 32%, 74%); — As HEX: color: #C2D2A7; — As RGB: color: rgb(194, 210, 167); — Tailwind CSS: bg-[hsl(83,32%,74%)] — CSS variable: --color-primary: hsl(83, 32%, 74%);