HSL(152, 59%, 92%)
Very Light Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Light Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,59%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 59%, 92%) | color: hsl(152, 59%, 92%) | |
| HEX | #DFF7EB | color: #DFF7EB | |
| RGB | rgb(223, 247, 235) | color: rgb(223, 247, 235) | |
| CMYK | cmyk(10%, 0%, 5%, 3%) | — | |
| HSV | hsv(150, 10%, 97%) | — | |
| HWB | hwb(150 87% 3%) | color: hwb(150 87% 3%) | |
| OKLCH | oklch(0.9553 0.0297 164.3) | color: oklch(0.9553 0.0297 164.3) | |
| Lab | lab(95.25 -10.03 3.1) | color: lab(95.25 -10.03 3.1) | |
| LCH | lch(95.25 10.5 162.83) | color: lch(95.25 10.5 162.83) |
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)
#E9EAEE — rgb(233, 234, 238)
Deuteranopia (Green-blind)
#E8E6EF — rgb(232, 230, 239)
Tritanopia (Blue-blind)
#E0F0F1 — rgb(224, 240, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 59%, 92%);
text
color: hsl(152, 59%, 92%);
border
border: 2px solid hsl(152, 59%, 92%);
gradient light
background: linear-gradient(to right, hsl(152, 59%, 100%), hsl(152, 59%, 92%));
gradient dark
background: linear-gradient(to right, hsl(152, 59%, 92%), hsl(152, 59%, 72%))
hex
background-color: #DFF7EB;
tailwind
bg-[hsl(152,59%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 59%, 92%, 0.4);
css variable
--color-primary: hsl(152, 59%, 92%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 59%, 92%)?
HEX: #DFF7EB | RGB: rgb(223, 247, 235) | CMYK: 10%, 0%, 5%, 3% | HSV: 150°, 10%, 97%. Copy any format from the conversion table above.
What colors go well with #DFF7EB?
The complementary color is HSL(332, 59%, 92%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 59%, 92%) in CSS?
As HSL: color: hsl(152, 59%, 92%); — As HEX: color: #DFF7EB; — As RGB: color: rgb(223, 247, 235); — Tailwind CSS: bg-[hsl(152,59%,92%)] — CSS variable: --color-primary: hsl(152, 59%, 92%);