HSL(136, 26%, 87%)
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(136,26%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 26%, 87%) | color: hsl(136, 26%, 87%) | |
| HEX | #D5E6DA | color: #D5E6DA | |
| RGB | rgb(213, 230, 218) | color: rgb(213, 230, 218) | |
| CMYK | cmyk(7%, 0%, 5%, 10%) | — | |
| HSV | hsv(138, 7%, 90%) | — | |
| HWB | hwb(138 84% 10%) | color: hwb(138 84% 10%) | |
| OKLCH | oklch(0.9089 0.0242 155.12) | color: oklch(0.9089 0.0242 155.12) | |
| Lab | lab(89.77 -7.85 3.91) | color: lab(89.77 -7.85 3.91) | |
| LCH | lch(89.77 8.77 153.52) | color: lch(89.77 8.77 153.52) |
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)
#DCDDDD — rgb(220, 221, 221)
Deuteranopia (Green-blind)
#DBDADE — rgb(219, 218, 222)
Tritanopia (Blue-blind)
#D6DFE0 — rgb(214, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 26%, 87%);
text
color: hsl(136, 26%, 87%);
border
border: 2px solid hsl(136, 26%, 87%);
gradient light
background: linear-gradient(to right, hsl(136, 26%, 100%), hsl(136, 26%, 87%));
gradient dark
background: linear-gradient(to right, hsl(136, 26%, 87%), hsl(136, 26%, 67%))
hex
background-color: #D5E6DA;
tailwind
bg-[hsl(136,26%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 26%, 87%, 0.4);
css variable
--color-primary: hsl(136, 26%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(136, 26%, 87%)?
HEX: #D5E6DA | RGB: rgb(213, 230, 218) | CMYK: 7%, 0%, 5%, 10% | HSV: 138°, 7%, 90%. Copy any format from the conversion table above.
What colors go well with #D5E6DA?
The complementary color is HSL(316, 26%, 87%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 26%, 87%) in CSS?
As HSL: color: hsl(136, 26%, 87%); — As HEX: color: #D5E6DA; — As RGB: color: rgb(213, 230, 218); — Tailwind CSS: bg-[hsl(136,26%,87%)] — CSS variable: --color-primary: hsl(136, 26%, 87%);