HSL(186, 92%, 98%)
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(186,92%,98%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 92%, 98%) | color: hsl(186, 92%, 98%) | |
| HEX | #F5FEFF | color: #F5FEFF | |
| RGB | rgb(245, 254, 255) | color: rgb(245, 254, 255) | |
| CMYK | cmyk(4%, 0%, 0%, 0%) | — | |
| HSV | hsv(186, 4%, 100%) | — | |
| HWB | hwb(186 96% 0%) | color: hwb(186 96% 0%) | |
| OKLCH | oklch(0.9906 0.0096 204.92) | color: oklch(0.9906 0.0096 204.92) | |
| Lab | lab(99.03 -2.76 -1.5) | color: lab(99.03 -2.76 -1.5) | |
| LCH | lch(99.03 3.14 208.52) | color: lch(99.03 3.14 208.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)
#F9F9FF — rgb(249, 249, 255)
Deuteranopia (Green-blind)
#F8F8FF — rgb(248, 248, 255)
Tritanopia (Blue-blind)
#F5FFFF — rgb(245, 255, 255)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 92%, 98%);
text
color: hsl(186, 92%, 98%);
border
border: 2px solid hsl(186, 92%, 98%);
gradient light
background: linear-gradient(to right, hsl(186, 92%, 100%), hsl(186, 92%, 98%));
gradient dark
background: linear-gradient(to right, hsl(186, 92%, 98%), hsl(186, 92%, 78%))
hex
background-color: #F5FEFF;
tailwind
bg-[hsl(186,92%,98%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 92%, 98%, 0.4);
css variable
--color-primary: hsl(186, 92%, 98%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 92%, 98%)?
HEX: #F5FEFF | RGB: rgb(245, 254, 255) | CMYK: 4%, 0%, 0%, 0% | HSV: 186°, 4%, 100%. Copy any format from the conversion table above.
What colors go well with #F5FEFF?
The complementary color is HSL(6, 92%, 98%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 92%, 98%) in CSS?
As HSL: color: hsl(186, 92%, 98%); — As HEX: color: #F5FEFF; — As RGB: color: rgb(245, 254, 255); — Tailwind CSS: bg-[hsl(186,92%,98%)] — CSS variable: --color-primary: hsl(186, 92%, 98%);