HSL(184, 95%, 91%)
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(184,95%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(184, 95%, 91%) | color: hsl(184, 95%, 91%) | |
| HEX | #D2FBFE | color: #D2FBFE | |
| RGB | rgb(210, 251, 254) | color: rgb(210, 251, 254) | |
| CMYK | cmyk(17%, 1%, 0%, 0%) | — | |
| HSV | hsv(184, 17%, 100%) | — | |
| HWB | hwb(184 83% 0%) | color: hwb(184 83% 0%) | |
| OKLCH | oklch(0.9602 0.0422 201.93) | color: oklch(0.9602 0.0422 201.93) | |
| Lab | lab(95.93 -12.44 -5.81) | color: lab(95.93 -12.44 -5.81) | |
| LCH | lch(95.93 13.73 205.03) | color: lch(95.93 13.73 205.03) |
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)
#E4E4FD — rgb(228, 228, 253)
Deuteranopia (Green-blind)
#E1DEFD — rgb(225, 222, 253)
Tritanopia (Blue-blind)
#D4FDFD — rgb(212, 253, 253)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(184, 95%, 91%);
text
color: hsl(184, 95%, 91%);
border
border: 2px solid hsl(184, 95%, 91%);
gradient light
background: linear-gradient(to right, hsl(184, 95%, 100%), hsl(184, 95%, 91%));
gradient dark
background: linear-gradient(to right, hsl(184, 95%, 91%), hsl(184, 95%, 71%))
hex
background-color: #D2FBFE;
tailwind
bg-[hsl(184,95%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(184, 95%, 91%, 0.4);
css variable
--color-primary: hsl(184, 95%, 91%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(184, 95%, 91%)?
HEX: #D2FBFE | RGB: rgb(210, 251, 254) | CMYK: 17%, 1%, 0%, 0% | HSV: 184°, 17%, 100%. Copy any format from the conversion table above.
What colors go well with #D2FBFE?
The complementary color is HSL(4, 95%, 91%). For a triadic harmony, use hues 184°, 304°, and 64°. For analogous combinations, try hues 154° and 214°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(184, 95%, 91%) in CSS?
As HSL: color: hsl(184, 95%, 91%); — As HEX: color: #D2FBFE; — As RGB: color: rgb(210, 251, 254); — Tailwind CSS: bg-[hsl(184,95%,91%)] — CSS variable: --color-primary: hsl(184, 95%, 91%);