HSL(83, 60%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,60%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 60%, 76%) | color: hsl(83, 60%, 76%) | |
| HEX | #CAE79D | color: #CAE79D | |
| RGB | rgb(202, 231, 157) | color: rgb(202, 231, 157) | |
| CMYK | cmyk(13%, 0%, 32%, 9%) | — | |
| HSV | hsv(84, 32%, 91%) | — | |
| HWB | hwb(84 62% 9%) | color: hwb(84 62% 9%) | |
| OKLCH | oklch(0.8891 0.1014 125.78) | color: oklch(0.8891 0.1014 125.78) | |
| Lab | lab(88.04 -21.87 32.97) | color: lab(88.04 -21.87 32.97) | |
| LCH | lch(88.04 39.56 123.56) | color: lch(88.04 39.56 123.56) |
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)
#D7D7AF — rgb(215, 215, 175)
Deuteranopia (Green-blind)
#D5D3B3 — rgb(213, 211, 179)
Tritanopia (Blue-blind)
#CBBDC0 — rgb(203, 189, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 60%, 76%);
text
color: hsl(83, 60%, 76%);
border
border: 2px solid hsl(83, 60%, 76%);
gradient light
background: linear-gradient(to right, hsl(83, 60%, 96%), hsl(83, 60%, 76%));
gradient dark
background: linear-gradient(to right, hsl(83, 60%, 76%), hsl(83, 60%, 56%))
hex
background-color: #CAE79D;
tailwind
bg-[hsl(83,60%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 60%, 76%, 0.4);
css variable
--color-primary: hsl(83, 60%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 60%, 76%)?
HEX: #CAE79D | RGB: rgb(202, 231, 157) | CMYK: 13%, 0%, 32%, 9% | HSV: 84°, 32%, 91%. Copy any format from the conversion table above.
What colors go well with #CAE79D?
The complementary color is HSL(263, 60%, 76%). 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, 60%, 76%) in CSS?
As HSL: color: hsl(83, 60%, 76%); — As HEX: color: #CAE79D; — As RGB: color: rgb(202, 231, 157); — Tailwind CSS: bg-[hsl(83,60%,76%)] — CSS variable: --color-primary: hsl(83, 60%, 76%);