HSL(160, 32%, 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(160,32%,98%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 32%, 98%) | color: hsl(160, 32%, 98%) | |
| HEX | #F8FCFA | color: #F8FCFA | |
| RGB | rgb(248, 252, 250) | color: rgb(248, 252, 250) | |
| CMYK | cmyk(2%, 0%, 1%, 1%) | — | |
| HSV | hsv(150, 2%, 99%) | — | |
| HWB | hwb(150 97% 1%) | color: hwb(150 97% 1%) | |
| OKLCH | oklch(0.9875 0.005 165.01) | color: oklch(0.9875 0.005 165.01) | |
| Lab | lab(98.62 -1.67 0.49) | color: lab(98.62 -1.67 0.49) | |
| LCH | lch(98.62 1.74 163.65) | color: lch(98.62 1.74 163.65) |
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)
#FAFAFA — rgb(250, 250, 250)
Deuteranopia (Green-blind)
#FAF9FB — rgb(250, 249, 251)
Tritanopia (Blue-blind)
#F8FBFB — rgb(248, 251, 251)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 32%, 98%);
text
color: hsl(160, 32%, 98%);
border
border: 2px solid hsl(160, 32%, 98%);
gradient light
background: linear-gradient(to right, hsl(160, 32%, 100%), hsl(160, 32%, 98%));
gradient dark
background: linear-gradient(to right, hsl(160, 32%, 98%), hsl(160, 32%, 78%))
hex
background-color: #F8FCFA;
tailwind
bg-[hsl(160,32%,98%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 32%, 98%, 0.4);
css variable
--color-primary: hsl(160, 32%, 98%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 32%, 98%)?
HEX: #F8FCFA | RGB: rgb(248, 252, 250) | CMYK: 2%, 0%, 1%, 1% | HSV: 150°, 2%, 99%. Copy any format from the conversion table above.
What colors go well with #F8FCFA?
The complementary color is HSL(340, 32%, 98%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 32%, 98%) in CSS?
As HSL: color: hsl(160, 32%, 98%); — As HEX: color: #F8FCFA; — As RGB: color: rgb(248, 252, 250); — Tailwind CSS: bg-[hsl(160,32%,98%)] — CSS variable: --color-primary: hsl(160, 32%, 98%);