HSL(137, 23%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,23%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 23%, 82%) | color: hsl(137, 23%, 82%) | |
| HEX | #C7DCCD | color: #C7DCCD | |
| RGB | rgb(199, 220, 205) | color: rgb(199, 220, 205) | |
| CMYK | cmyk(10%, 0%, 7%, 14%) | — | |
| HSV | hsv(137, 10%, 86%) | — | |
| HWB | hwb(137 77% 14%) | color: hwb(137 77% 14%) | |
| OKLCH | oklch(0.8746 0.0303 154.63) | color: oklch(0.8746 0.0303 154.63) | |
| Lab | lab(85.87 -9.8 4.98) | color: lab(85.87 -9.8 4.98) | |
| LCH | lch(85.87 10.99 153.06) | color: lch(85.87 10.99 153.06) |
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)
#D0D0D1 — rgb(208, 208, 209)
Deuteranopia (Green-blind)
#CFCDD2 — rgb(207, 205, 210)
Tritanopia (Blue-blind)
#C8D3D4 — rgb(200, 211, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 23%, 82%);
text
color: hsl(137, 23%, 82%);
border
border: 2px solid hsl(137, 23%, 82%);
gradient light
background: linear-gradient(to right, hsl(137, 23%, 100%), hsl(137, 23%, 82%));
gradient dark
background: linear-gradient(to right, hsl(137, 23%, 82%), hsl(137, 23%, 62%))
hex
background-color: #C7DCCD;
tailwind
bg-[hsl(137,23%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 23%, 82%, 0.4);
css variable
--color-primary: hsl(137, 23%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 23%, 82%)?
HEX: #C7DCCD | RGB: rgb(199, 220, 205) | CMYK: 10%, 0%, 7%, 14% | HSV: 137°, 10%, 86%. Copy any format from the conversion table above.
What colors go well with #C7DCCD?
The complementary color is HSL(317, 23%, 82%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 23%, 82%) in CSS?
As HSL: color: hsl(137, 23%, 82%); — As HEX: color: #C7DCCD; — As RGB: color: rgb(199, 220, 205); — Tailwind CSS: bg-[hsl(137,23%,82%)] — CSS variable: --color-primary: hsl(137, 23%, 82%);