HSL(160, 70%, 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,70%,98%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 70%, 98%) | color: hsl(160, 70%, 98%) | |
| HEX | #F6FDFB | color: #F6FDFB | |
| RGB | rgb(246, 253, 251) | color: rgb(246, 253, 251) | |
| CMYK | cmyk(3%, 0%, 1%, 1%) | — | |
| HSV | hsv(163, 3%, 99%) | — | |
| HWB | hwb(163 96% 1%) | color: hwb(163 96% 1%) | |
| OKLCH | oklch(0.9882 0.0078 177.33) | color: oklch(0.9882 0.0078 177.33) | |
| Lab | lab(98.75 -2.65 0.15) | color: lab(98.75 -2.65 0.15) | |
| LCH | lch(98.75 2.65 176.76) | color: lch(98.75 2.65 176.76) |
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)
#F9F9FB — rgb(249, 249, 251)
Deuteranopia (Green-blind)
#F9F8FC — rgb(249, 248, 252)
Tritanopia (Blue-blind)
#F6FCFC — rgb(246, 252, 252)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 70%, 98%);
text
color: hsl(160, 70%, 98%);
border
border: 2px solid hsl(160, 70%, 98%);
gradient light
background: linear-gradient(to right, hsl(160, 70%, 100%), hsl(160, 70%, 98%));
gradient dark
background: linear-gradient(to right, hsl(160, 70%, 98%), hsl(160, 70%, 78%))
hex
background-color: #F6FDFB;
tailwind
bg-[hsl(160,70%,98%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 70%, 98%, 0.4);
css variable
--color-primary: hsl(160, 70%, 98%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 70%, 98%)?
HEX: #F6FDFB | RGB: rgb(246, 253, 251) | CMYK: 3%, 0%, 1%, 1% | HSV: 163°, 3%, 99%. Copy any format from the conversion table above.
What colors go well with #F6FDFB?
The complementary color is HSL(340, 70%, 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, 70%, 98%) in CSS?
As HSL: color: hsl(160, 70%, 98%); — As HEX: color: #F6FDFB; — As RGB: color: rgb(246, 253, 251); — Tailwind CSS: bg-[hsl(160,70%,98%)] — CSS variable: --color-primary: hsl(160, 70%, 98%);