HSL(133, 22%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,22%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 22%, 80%) | color: hsl(133, 22%, 80%) | |
| HEX | #C1D7C6 | color: #C1D7C6 | |
| RGB | rgb(193, 215, 198) | color: rgb(193, 215, 198) | |
| CMYK | cmyk(10%, 0%, 8%, 16%) | — | |
| HSV | hsv(134, 10%, 84%) | — | |
| HWB | hwb(134 76% 16%) | color: hwb(134 76% 16%) | |
| OKLCH | oklch(0.858 0.0331 152.38) | color: oklch(0.858 0.0331 152.38) | |
| Lab | lab(83.97 -10.55 5.89) | color: lab(83.97 -10.55 5.89) | |
| LCH | lch(83.97 12.08 150.83) | color: lch(83.97 12.08 150.83) |
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)
#CBCBCA — rgb(203, 203, 202)
Deuteranopia (Green-blind)
#C9C8CB — rgb(201, 200, 203)
Tritanopia (Blue-blind)
#C2CDCE — rgb(194, 205, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 22%, 80%);
text
color: hsl(133, 22%, 80%);
border
border: 2px solid hsl(133, 22%, 80%);
gradient light
background: linear-gradient(to right, hsl(133, 22%, 100%), hsl(133, 22%, 80%));
gradient dark
background: linear-gradient(to right, hsl(133, 22%, 80%), hsl(133, 22%, 60%))
hex
background-color: #C1D7C6;
tailwind
bg-[hsl(133,22%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 22%, 80%, 0.4);
css variable
--color-primary: hsl(133, 22%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 22%, 80%)?
HEX: #C1D7C6 | RGB: rgb(193, 215, 198) | CMYK: 10%, 0%, 8%, 16% | HSV: 134°, 10%, 84%. Copy any format from the conversion table above.
What colors go well with #C1D7C6?
The complementary color is HSL(313, 22%, 80%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 22%, 80%) in CSS?
As HSL: color: hsl(133, 22%, 80%); — As HEX: color: #C1D7C6; — As RGB: color: rgb(193, 215, 198); — Tailwind CSS: bg-[hsl(133,22%,80%)] — CSS variable: --color-primary: hsl(133, 22%, 80%);