HSL(131, 28%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,28%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 28%, 83%) | color: hsl(131, 28%, 83%) | |
| HEX | #C8E0CC | color: #C8E0CC | |
| RGB | rgb(200, 224, 204) | color: rgb(200, 224, 204) | |
| CMYK | cmyk(11%, 0%, 9%, 12%) | — | |
| HSV | hsv(130, 11%, 88%) | — | |
| HWB | hwb(130 78% 12%) | color: hwb(130 78% 12%) | |
| OKLCH | oklch(0.8834 0.0373 150.23) | color: oklch(0.8834 0.0373 150.23) | |
| Lab | lab(86.97 -11.68 7.1) | color: lab(86.97 -11.68 7.1) | |
| LCH | lch(86.97 13.67 148.71) | color: lch(86.97 13.67 148.71) |
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)
#D2D3D1 — rgb(210, 211, 209)
Deuteranopia (Green-blind)
#D1CFD2 — rgb(209, 207, 210)
Tritanopia (Blue-blind)
#C9D5D6 — rgb(201, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 28%, 83%);
text
color: hsl(131, 28%, 83%);
border
border: 2px solid hsl(131, 28%, 83%);
gradient light
background: linear-gradient(to right, hsl(131, 28%, 100%), hsl(131, 28%, 83%));
gradient dark
background: linear-gradient(to right, hsl(131, 28%, 83%), hsl(131, 28%, 63%))
hex
background-color: #C8E0CC;
tailwind
bg-[hsl(131,28%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 28%, 83%, 0.4);
css variable
--color-primary: hsl(131, 28%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 28%, 83%)?
HEX: #C8E0CC | RGB: rgb(200, 224, 204) | CMYK: 11%, 0%, 9%, 12% | HSV: 130°, 11%, 88%. Copy any format from the conversion table above.
What colors go well with #C8E0CC?
The complementary color is HSL(311, 28%, 83%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 28%, 83%) in CSS?
As HSL: color: hsl(131, 28%, 83%); — As HEX: color: #C8E0CC; — As RGB: color: rgb(200, 224, 204); — Tailwind CSS: bg-[hsl(131,28%,83%)] — CSS variable: --color-primary: hsl(131, 28%, 83%);