HSL(135, 63%, 90%)
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(135,63%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(135, 63%, 90%) | color: hsl(135, 63%, 90%) | |
| HEX | #D5F6DD | color: #D5F6DD | |
| RGB | rgb(213, 246, 221) | color: rgb(213, 246, 221) | |
| CMYK | cmyk(13%, 0%, 10%, 4%) | — | |
| HSV | hsv(135, 13%, 96%) | — | |
| HWB | hwb(135 84% 4%) | color: hwb(135 84% 4%) | |
| OKLCH | oklch(0.9427 0.0479 152.71) | color: oklch(0.9427 0.0479 152.71) | |
| Lab | lab(94 -15.33 8.45) | color: lab(94 -15.33 8.45) | |
| LCH | lch(94 17.5 151.14) | color: lch(94 17.5 151.14) |
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)
#E3E4E3 — rgb(227, 228, 227)
Deuteranopia (Green-blind)
#E1DFE5 — rgb(225, 223, 229)
Tritanopia (Blue-blind)
#D7E8E9 — rgb(215, 232, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(135, 63%, 90%);
text
color: hsl(135, 63%, 90%);
border
border: 2px solid hsl(135, 63%, 90%);
gradient light
background: linear-gradient(to right, hsl(135, 63%, 100%), hsl(135, 63%, 90%));
gradient dark
background: linear-gradient(to right, hsl(135, 63%, 90%), hsl(135, 63%, 70%))
hex
background-color: #D5F6DD;
tailwind
bg-[hsl(135,63%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(135, 63%, 90%, 0.4);
css variable
--color-primary: hsl(135, 63%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(135, 63%, 90%)?
HEX: #D5F6DD | RGB: rgb(213, 246, 221) | CMYK: 13%, 0%, 10%, 4% | HSV: 135°, 13%, 96%. Copy any format from the conversion table above.
What colors go well with #D5F6DD?
The complementary color is HSL(315, 63%, 90%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(135, 63%, 90%) in CSS?
As HSL: color: hsl(135, 63%, 90%); — As HEX: color: #D5F6DD; — As RGB: color: rgb(213, 246, 221); — Tailwind CSS: bg-[hsl(135,63%,90%)] — CSS variable: --color-primary: hsl(135, 63%, 90%);