HSL(103, 60%, 86%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,60%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 60%, 86%) | color: hsl(103, 60%, 86%) | |
| HEX | #D2F1C6 | color: #D2F1C6 | |
| RGB | rgb(210, 241, 198) | color: rgb(210, 241, 198) | |
| CMYK | cmyk(13%, 0%, 18%, 5%) | — | |
| HSV | hsv(103, 18%, 95%) | — | |
| HWB | hwb(103 78% 5%) | color: hwb(103 78% 5%) | |
| OKLCH | oklch(0.9245 0.0658 136.97) | color: oklch(0.9245 0.0658 136.97) | |
| Lab | lab(91.99 -17.8 17.45) | color: lab(91.99 -17.8 17.45) | |
| LCH | lch(91.99 24.93 135.57) | color: lch(91.99 24.93 135.57) |
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)
#DFE0D0 — rgb(223, 224, 208)
Deuteranopia (Green-blind)
#DEDBD3 — rgb(222, 219, 211)
Tritanopia (Blue-blind)
#D4D9DA — rgb(212, 217, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 60%, 86%);
text
color: hsl(103, 60%, 86%);
border
border: 2px solid hsl(103, 60%, 86%);
gradient light
background: linear-gradient(to right, hsl(103, 60%, 100%), hsl(103, 60%, 86%));
gradient dark
background: linear-gradient(to right, hsl(103, 60%, 86%), hsl(103, 60%, 66%))
hex
background-color: #D2F1C6;
tailwind
bg-[hsl(103,60%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 60%, 86%, 0.4);
css variable
--color-primary: hsl(103, 60%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(103, 60%, 86%)?
HEX: #D2F1C6 | RGB: rgb(210, 241, 198) | CMYK: 13%, 0%, 18%, 5% | HSV: 103°, 18%, 95%. Copy any format from the conversion table above.
What colors go well with #D2F1C6?
The complementary color is HSL(283, 60%, 86%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 60%, 86%) in CSS?
As HSL: color: hsl(103, 60%, 86%); — As HEX: color: #D2F1C6; — As RGB: color: rgb(210, 241, 198); — Tailwind CSS: bg-[hsl(103,60%,86%)] — CSS variable: --color-primary: hsl(103, 60%, 86%);