HSL(141, 19%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(141,19%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 19%, 83%) | color: hsl(141, 19%, 83%) | |
| HEX | #CBDCD1 | color: #CBDCD1 | |
| RGB | rgb(203, 220, 209) | color: rgb(203, 220, 209) | |
| CMYK | cmyk(8%, 0%, 5%, 14%) | — | |
| HSV | hsv(141, 8%, 86%) | — | |
| HWB | hwb(141 79% 14%) | color: hwb(141 79% 14%) | |
| OKLCH | oklch(0.8786 0.0236 157.54) | color: oklch(0.8786 0.0236 157.54) | |
| Lab | lab(86.25 -7.73 3.45) | color: lab(86.25 -7.73 3.45) | |
| LCH | lch(86.25 8.46 155.95) | color: lch(86.25 8.46 155.95) |
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)
#D2D3D4 — rgb(210, 211, 212)
Deuteranopia (Green-blind)
#D1D0D4 — rgb(209, 208, 212)
Tritanopia (Blue-blind)
#CCD6D6 — rgb(204, 214, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 19%, 83%);
text
color: hsl(141, 19%, 83%);
border
border: 2px solid hsl(141, 19%, 83%);
gradient light
background: linear-gradient(to right, hsl(141, 19%, 100%), hsl(141, 19%, 83%));
gradient dark
background: linear-gradient(to right, hsl(141, 19%, 83%), hsl(141, 19%, 63%))
hex
background-color: #CBDCD1;
tailwind
bg-[hsl(141,19%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 19%, 83%, 0.4);
css variable
--color-primary: hsl(141, 19%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 19%, 83%)?
HEX: #CBDCD1 | RGB: rgb(203, 220, 209) | CMYK: 8%, 0%, 5%, 14% | HSV: 141°, 8%, 86%. Copy any format from the conversion table above.
What colors go well with #CBDCD1?
The complementary color is HSL(321, 19%, 83%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 19%, 83%) in CSS?
As HSL: color: hsl(141, 19%, 83%); — As HEX: color: #CBDCD1; — As RGB: color: rgb(203, 220, 209); — Tailwind CSS: bg-[hsl(141,19%,83%)] — CSS variable: --color-primary: hsl(141, 19%, 83%);