HSL(112, 15%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(112,15%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 15%, 83%) | color: hsl(112, 15%, 83%) | |
| HEX | #CFDACD | color: #CFDACD | |
| RGB | rgb(207, 218, 205) | color: rgb(207, 218, 205) | |
| CMYK | cmyk(5%, 0%, 6%, 15%) | — | |
| HSV | hsv(111, 6%, 85%) | — | |
| HWB | hwb(111 80% 15%) | color: hwb(111 80% 15%) | |
| OKLCH | oklch(0.8763 0.0212 140.89) | color: oklch(0.8763 0.0212 140.89) | |
| Lab | lab(85.91 -6.07 5.11) | color: lab(85.91 -6.07 5.11) | |
| LCH | lch(85.91 7.93 139.91) | color: lch(85.91 7.93 139.91) |
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)
#D4D4D0 — rgb(212, 212, 208)
Deuteranopia (Green-blind)
#D3D2D1 — rgb(211, 210, 209)
Tritanopia (Blue-blind)
#D0D3D3 — rgb(208, 211, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 15%, 83%);
text
color: hsl(112, 15%, 83%);
border
border: 2px solid hsl(112, 15%, 83%);
gradient light
background: linear-gradient(to right, hsl(112, 15%, 100%), hsl(112, 15%, 83%));
gradient dark
background: linear-gradient(to right, hsl(112, 15%, 83%), hsl(112, 15%, 63%))
hex
background-color: #CFDACD;
tailwind
bg-[hsl(112,15%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 15%, 83%, 0.4);
css variable
--color-primary: hsl(112, 15%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 15%, 83%)?
HEX: #CFDACD | RGB: rgb(207, 218, 205) | CMYK: 5%, 0%, 6%, 15% | HSV: 111°, 6%, 85%. Copy any format from the conversion table above.
What colors go well with #CFDACD?
The complementary color is HSL(292, 15%, 83%). 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, 15%, 83%) in CSS?
As HSL: color: hsl(112, 15%, 83%); — As HEX: color: #CFDACD; — As RGB: color: rgb(207, 218, 205); — Tailwind CSS: bg-[hsl(112,15%,83%)] — CSS variable: --color-primary: hsl(112, 15%, 83%);