HSL(105, 50%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(105,50%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 50%, 85%) | color: hsl(105, 50%, 85%) | |
| HEX | #CFECC6 | color: #CFECC6 | |
| RGB | rgb(207, 236, 198) | color: rgb(207, 236, 198) | |
| CMYK | cmyk(12%, 0%, 16%, 7%) | — | |
| HSV | hsv(106, 16%, 93%) | — | |
| HWB | hwb(106 78% 7%) | color: hwb(106 78% 7%) | |
| OKLCH | oklch(0.912 0.0593 138.3) | color: oklch(0.912 0.0593 138.3) | |
| Lab | lab(90.47 -16.36 15.29) | color: lab(90.47 -16.36 15.29) | |
| LCH | lch(90.47 22.39 136.94) | color: lch(90.47 22.39 136.94) |
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)
#DCDCCF — rgb(220, 220, 207)
Deuteranopia (Green-blind)
#DAD8D1 — rgb(218, 216, 209)
Tritanopia (Blue-blind)
#D0D6D8 — rgb(208, 214, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 50%, 85%);
text
color: hsl(105, 50%, 85%);
border
border: 2px solid hsl(105, 50%, 85%);
gradient light
background: linear-gradient(to right, hsl(105, 50%, 100%), hsl(105, 50%, 85%));
gradient dark
background: linear-gradient(to right, hsl(105, 50%, 85%), hsl(105, 50%, 65%))
hex
background-color: #CFECC6;
tailwind
bg-[hsl(105,50%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 50%, 85%, 0.4);
css variable
--color-primary: hsl(105, 50%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(105, 50%, 85%)?
HEX: #CFECC6 | RGB: rgb(207, 236, 198) | CMYK: 12%, 0%, 16%, 7% | HSV: 106°, 16%, 93%. Copy any format from the conversion table above.
What colors go well with #CFECC6?
The complementary color is HSL(285, 50%, 85%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 50%, 85%) in CSS?
As HSL: color: hsl(105, 50%, 85%); — As HEX: color: #CFECC6; — As RGB: color: rgb(207, 236, 198); — Tailwind CSS: bg-[hsl(105,50%,85%)] — CSS variable: --color-primary: hsl(105, 50%, 85%);