HSL(172, 64%, 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(172,64%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 64%, 92%) | color: hsl(172, 64%, 92%) | |
| HEX | #DEF8F4 | color: #DEF8F4 | |
| RGB | rgb(222, 248, 244) | color: rgb(222, 248, 244) | |
| CMYK | cmyk(10%, 0%, 2%, 3%) | — | |
| HSV | hsv(171, 10%, 97%) | — | |
| HWB | hwb(171 87% 3%) | color: hwb(171 87% 3%) | |
| OKLCH | oklch(0.9592 0.0276 185.58) | color: oklch(0.9592 0.0276 185.58) | |
| Lab | lab(95.66 -9.18 -0.96) | color: lab(95.66 -9.18 -0.96) | |
| LCH | lch(95.66 9.23 185.97) | color: lch(95.66 9.23 185.97) |
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)
#E9E9F5 — rgb(233, 233, 245)
Deuteranopia (Green-blind)
#E8E6F5 — rgb(232, 230, 245)
Tritanopia (Blue-blind)
#DFF6F6 — rgb(223, 246, 246)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 64%, 92%);
text
color: hsl(172, 64%, 92%);
border
border: 2px solid hsl(172, 64%, 92%);
gradient light
background: linear-gradient(to right, hsl(172, 64%, 100%), hsl(172, 64%, 92%));
gradient dark
background: linear-gradient(to right, hsl(172, 64%, 92%), hsl(172, 64%, 72%))
hex
background-color: #DEF8F4;
tailwind
bg-[hsl(172,64%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 64%, 92%, 0.4);
css variable
--color-primary: hsl(172, 64%, 92%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 64%, 92%)?
HEX: #DEF8F4 | RGB: rgb(222, 248, 244) | CMYK: 10%, 0%, 2%, 3% | HSV: 171°, 10%, 97%. Copy any format from the conversion table above.
What colors go well with #DEF8F4?
The complementary color is HSL(352, 64%, 92%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 64%, 92%) in CSS?
As HSL: color: hsl(172, 64%, 92%); — As HEX: color: #DEF8F4; — As RGB: color: rgb(222, 248, 244); — Tailwind CSS: bg-[hsl(172,64%,92%)] — CSS variable: --color-primary: hsl(172, 64%, 92%);