HSL(160, 100%, 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,100%,98%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 100%, 98%) | color: hsl(160, 100%, 98%) | |
| HEX | #F5FFFC | color: #F5FFFC | |
| RGB | rgb(245, 255, 252) | color: rgb(245, 255, 252) | |
| CMYK | cmyk(4%, 0%, 1%, 0%) | — | |
| HSV | hsv(162, 4%, 100%) | — | |
| HWB | hwb(162 96% 0%) | color: hwb(162 96% 0%) | |
| OKLCH | oklch(0.9917 0.0112 176.33) | color: oklch(0.9917 0.0112 176.33) | |
| Lab | lab(99.21 -3.81 0.29) | color: lab(99.21 -3.81 0.29) | |
| LCH | lch(99.21 3.82 175.65) | color: lch(99.21 3.82 175.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)
#F9F9FD — rgb(249, 249, 253)
Deuteranopia (Green-blind)
#F9F8FD — rgb(249, 248, 253)
Tritanopia (Blue-blind)
#F6FDFD — rgb(246, 253, 253)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 100%, 98%);
text
color: hsl(160, 100%, 98%);
border
border: 2px solid hsl(160, 100%, 98%);
gradient light
background: linear-gradient(to right, hsl(160, 100%, 100%), hsl(160, 100%, 98%));
gradient dark
background: linear-gradient(to right, hsl(160, 100%, 98%), hsl(160, 100%, 78%))
hex
background-color: #F5FFFC;
tailwind
bg-[hsl(160,100%,98%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 100%, 98%, 0.4);
css variable
--color-primary: hsl(160, 100%, 98%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 100%, 98%)?
HEX: #F5FFFC | RGB: rgb(245, 255, 252) | CMYK: 4%, 0%, 1%, 0% | HSV: 162°, 4%, 100%. Copy any format from the conversion table above.
What colors go well with #F5FFFC?
The complementary color is HSL(340, 100%, 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, 100%, 98%) in CSS?
As HSL: color: hsl(160, 100%, 98%); — As HEX: color: #F5FFFC; — As RGB: color: rgb(245, 255, 252); — Tailwind CSS: bg-[hsl(160,100%,98%)] — CSS variable: --color-primary: hsl(160, 100%, 98%);