HSL(159, 100%, 93%)
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(159,100%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 100%, 93%) | color: hsl(159, 100%, 93%) | |
| HEX | #DBFFF3 | color: #DBFFF3 | |
| RGB | rgb(219, 255, 243) | color: rgb(219, 255, 243) | |
| CMYK | cmyk(14%, 0%, 5%, 0%) | — | |
| HSV | hsv(160, 14%, 100%) | — | |
| HWB | hwb(160 86% 0%) | color: hwb(160 86% 0%) | |
| OKLCH | oklch(0.9711 0.0404 173.32) | color: oklch(0.9711 0.0404 173.32) | |
| Lab | lab(97.25 -13.81 1.85) | color: lab(97.25 -13.81 1.85) | |
| LCH | lch(97.25 13.93 172.37) | color: lch(97.25 13.93 172.37) |
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)
#EBEBF6 — rgb(235, 235, 246)
Deuteranopia (Green-blind)
#E9E6F7 — rgb(233, 230, 247)
Tritanopia (Blue-blind)
#DDF8F9 — rgb(221, 248, 249)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 100%, 93%);
text
color: hsl(159, 100%, 93%);
border
border: 2px solid hsl(159, 100%, 93%);
gradient light
background: linear-gradient(to right, hsl(159, 100%, 100%), hsl(159, 100%, 93%));
gradient dark
background: linear-gradient(to right, hsl(159, 100%, 93%), hsl(159, 100%, 73%))
hex
background-color: #DBFFF3;
tailwind
bg-[hsl(159,100%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 100%, 93%, 0.4);
css variable
--color-primary: hsl(159, 100%, 93%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 100%, 93%)?
HEX: #DBFFF3 | RGB: rgb(219, 255, 243) | CMYK: 14%, 0%, 5%, 0% | HSV: 160°, 14%, 100%. Copy any format from the conversion table above.
What colors go well with #DBFFF3?
The complementary color is HSL(339, 100%, 93%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 100%, 93%) in CSS?
As HSL: color: hsl(159, 100%, 93%); — As HEX: color: #DBFFF3; — As RGB: color: rgb(219, 255, 243); — Tailwind CSS: bg-[hsl(159,100%,93%)] — CSS variable: --color-primary: hsl(159, 100%, 93%);