HSL(83, 20%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,20%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 20%, 78%) | color: hsl(83, 20%, 78%) | |
| HEX | #CAD2BC | color: #CAD2BC | |
| RGB | rgb(202, 210, 188) | color: rgb(202, 210, 188) | |
| CMYK | cmyk(4%, 0%, 10%, 18%) | — | |
| HSV | hsv(82, 10%, 82%) | — | |
| HWB | hwb(82 74% 18%) | color: hwb(82 74% 18%) | |
| OKLCH | oklch(0.8516 0.0311 123.36) | color: oklch(0.8516 0.0311 123.36) | |
| Lab | lab(83.06 -6.63 9.97) | color: lab(83.06 -6.63 9.97) | |
| LCH | lch(83.06 11.97 123.62) | color: lch(83.06 11.97 123.62) |
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)
#CDCEC1 — rgb(205, 206, 193)
Deuteranopia (Green-blind)
#CDCCC3 — rgb(205, 204, 195)
Tritanopia (Blue-blind)
#CAC6C6 — rgb(202, 198, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 20%, 78%);
text
color: hsl(83, 20%, 78%);
border
border: 2px solid hsl(83, 20%, 78%);
gradient light
background: linear-gradient(to right, hsl(83, 20%, 98%), hsl(83, 20%, 78%));
gradient dark
background: linear-gradient(to right, hsl(83, 20%, 78%), hsl(83, 20%, 58%))
hex
background-color: #CAD2BC;
tailwind
bg-[hsl(83,20%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 20%, 78%, 0.4);
css variable
--color-primary: hsl(83, 20%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 20%, 78%)?
HEX: #CAD2BC | RGB: rgb(202, 210, 188) | CMYK: 4%, 0%, 10%, 18% | HSV: 82°, 10%, 82%. Copy any format from the conversion table above.
What colors go well with #CAD2BC?
The complementary color is HSL(263, 20%, 78%). 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, 20%, 78%) in CSS?
As HSL: color: hsl(83, 20%, 78%); — As HEX: color: #CAD2BC; — As RGB: color: rgb(202, 210, 188); — Tailwind CSS: bg-[hsl(83,20%,78%)] — CSS variable: --color-primary: hsl(83, 20%, 78%);