HSL(124, 40%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,40%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 40%, 83%) | color: hsl(124, 40%, 83%) | |
| HEX | #C2E5C5 | color: #C2E5C5 | |
| RGB | rgb(194, 229, 197) | color: rgb(194, 229, 197) | |
| CMYK | cmyk(15%, 0%, 14%, 10%) | — | |
| HSV | hsv(125, 15%, 90%) | — | |
| HWB | hwb(125 77% 10%) | color: hwb(125 77% 10%) | |
| OKLCH | oklch(0.888 0.0569 147.43) | color: oklch(0.888 0.0569 147.43) | |
| Lab | lab(87.75 -17.45 11.83) | color: lab(87.75 -17.45 11.83) | |
| LCH | lch(87.75 21.08 145.87) | color: lch(87.75 21.08 145.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)
#D1D1CD — rgb(209, 209, 205)
Deuteranopia (Green-blind)
#CFCDCF — rgb(207, 205, 207)
Tritanopia (Blue-blind)
#C4D3D4 — rgb(196, 211, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 40%, 83%);
text
color: hsl(124, 40%, 83%);
border
border: 2px solid hsl(124, 40%, 83%);
gradient light
background: linear-gradient(to right, hsl(124, 40%, 100%), hsl(124, 40%, 83%));
gradient dark
background: linear-gradient(to right, hsl(124, 40%, 83%), hsl(124, 40%, 63%))
hex
background-color: #C2E5C5;
tailwind
bg-[hsl(124,40%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 40%, 83%, 0.4);
css variable
--color-primary: hsl(124, 40%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 40%, 83%)?
HEX: #C2E5C5 | RGB: rgb(194, 229, 197) | CMYK: 15%, 0%, 14%, 10% | HSV: 125°, 15%, 90%. Copy any format from the conversion table above.
What colors go well with #C2E5C5?
The complementary color is HSL(304, 40%, 83%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 40%, 83%) in CSS?
As HSL: color: hsl(124, 40%, 83%); — As HEX: color: #C2E5C5; — As RGB: color: rgb(194, 229, 197); — Tailwind CSS: bg-[hsl(124,40%,83%)] — CSS variable: --color-primary: hsl(124, 40%, 83%);