HSL(112, 20%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,20%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 20%, 79%) | color: hsl(112, 20%, 79%) | |
| HEX | #C2D4BF | color: #C2D4BF | |
| RGB | rgb(194, 212, 191) | color: rgb(194, 212, 191) | |
| CMYK | cmyk(8%, 0%, 10%, 17%) | — | |
| HSV | hsv(111, 10%, 83%) | — | |
| HWB | hwb(111 75% 17%) | color: hwb(111 75% 17%) | |
| OKLCH | oklch(0.8505 0.0346 141.19) | color: oklch(0.8505 0.0346 141.19) | |
| Lab | lab(83.08 -9.93 8.33) | color: lab(83.08 -9.93 8.33) | |
| LCH | lch(83.08 12.96 140.01) | color: lch(83.08 12.96 140.01) |
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)
#CACAC4 — rgb(202, 202, 196)
Deuteranopia (Green-blind)
#C9C7C5 — rgb(201, 199, 197)
Tritanopia (Blue-blind)
#C3C8C9 — rgb(195, 200, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 20%, 79%);
text
color: hsl(112, 20%, 79%);
border
border: 2px solid hsl(112, 20%, 79%);
gradient light
background: linear-gradient(to right, hsl(112, 20%, 99%), hsl(112, 20%, 79%));
gradient dark
background: linear-gradient(to right, hsl(112, 20%, 79%), hsl(112, 20%, 59%))
hex
background-color: #C2D4BF;
tailwind
bg-[hsl(112,20%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 20%, 79%, 0.4);
css variable
--color-primary: hsl(112, 20%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 20%, 79%)?
HEX: #C2D4BF | RGB: rgb(194, 212, 191) | CMYK: 8%, 0%, 10%, 17% | HSV: 111°, 10%, 83%. Copy any format from the conversion table above.
What colors go well with #C2D4BF?
The complementary color is HSL(292, 20%, 79%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 20%, 79%) in CSS?
As HSL: color: hsl(112, 20%, 79%); — As HEX: color: #C2D4BF; — As RGB: color: rgb(194, 212, 191); — Tailwind CSS: bg-[hsl(112,20%,79%)] — CSS variable: --color-primary: hsl(112, 20%, 79%);