HSL(83, 47%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,47%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 47%, 73%) | color: hsl(83, 47%, 73%) | |
| HEX | #C2DB9A | color: #C2DB9A | |
| RGB | rgb(194, 219, 154) | color: rgb(194, 219, 154) | |
| CMYK | cmyk(11%, 0%, 30%, 14%) | — | |
| HSV | hsv(83, 30%, 86%) | — | |
| HWB | hwb(83 60% 14%) | color: hwb(83 60% 14%) | |
| OKLCH | oklch(0.857 0.0901 125.34) | color: oklch(0.857 0.0901 125.34) | |
| Lab | lab(84.21 -19.32 29.3) | color: lab(84.21 -19.32 29.3) | |
| LCH | lch(84.21 35.1 123.4) | color: lch(84.21 35.1 123.4) |
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)
#CDCDAA — rgb(205, 205, 170)
Deuteranopia (Green-blind)
#CBCAAE — rgb(203, 202, 174)
Tritanopia (Blue-blind)
#C3B6B9 — rgb(195, 182, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 47%, 73%);
text
color: hsl(83, 47%, 73%);
border
border: 2px solid hsl(83, 47%, 73%);
gradient light
background: linear-gradient(to right, hsl(83, 47%, 93%), hsl(83, 47%, 73%));
gradient dark
background: linear-gradient(to right, hsl(83, 47%, 73%), hsl(83, 47%, 53%))
hex
background-color: #C2DB9A;
tailwind
bg-[hsl(83,47%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 47%, 73%, 0.4);
css variable
--color-primary: hsl(83, 47%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 47%, 73%)?
HEX: #C2DB9A | RGB: rgb(194, 219, 154) | CMYK: 11%, 0%, 30%, 14% | HSV: 83°, 30%, 86%. Copy any format from the conversion table above.
What colors go well with #C2DB9A?
The complementary color is HSL(263, 47%, 73%). 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, 47%, 73%) in CSS?
As HSL: color: hsl(83, 47%, 73%); — As HEX: color: #C2DB9A; — As RGB: color: rgb(194, 219, 154); — Tailwind CSS: bg-[hsl(83,47%,73%)] — CSS variable: --color-primary: hsl(83, 47%, 73%);