HSL(192, 54%, 97%)
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(192,54%,97%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 54%, 97%) | color: hsl(192, 54%, 97%) | |
| HEX | #F3FAFB | color: #F3FAFB | |
| RGB | rgb(243, 250, 251) | color: rgb(243, 250, 251) | |
| CMYK | cmyk(3%, 0%, 0%, 2%) | — | |
| HSV | hsv(188, 3%, 98%) | — | |
| HWB | hwb(188 95% 2%) | color: hwb(188 95% 2%) | |
| OKLCH | oklch(0.9801 0.0075 207.14) | color: oklch(0.9801 0.0075 207.14) | |
| Lab | lab(97.79 -2.12 -1.28) | color: lab(97.79 -2.12 -1.28) | |
| LCH | lch(97.79 2.48 211.12) | color: lch(97.79 2.48 211.12) |
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)
#F6F6FB — rgb(246, 246, 251)
Deuteranopia (Green-blind)
#F6F5FB — rgb(246, 245, 251)
Tritanopia (Blue-blind)
#F3FBFB — rgb(243, 251, 251)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 54%, 97%);
text
color: hsl(192, 54%, 97%);
border
border: 2px solid hsl(192, 54%, 97%);
gradient light
background: linear-gradient(to right, hsl(192, 54%, 100%), hsl(192, 54%, 97%));
gradient dark
background: linear-gradient(to right, hsl(192, 54%, 97%), hsl(192, 54%, 77%))
hex
background-color: #F3FAFB;
tailwind
bg-[hsl(192,54%,97%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 54%, 97%, 0.4);
css variable
--color-primary: hsl(192, 54%, 97%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 54%, 97%)?
HEX: #F3FAFB | RGB: rgb(243, 250, 251) | CMYK: 3%, 0%, 0%, 2% | HSV: 188°, 3%, 98%. Copy any format from the conversion table above.
What colors go well with #F3FAFB?
The complementary color is HSL(12, 54%, 97%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 54%, 97%) in CSS?
As HSL: color: hsl(192, 54%, 97%); — As HEX: color: #F3FAFB; — As RGB: color: rgb(243, 250, 251); — Tailwind CSS: bg-[hsl(192,54%,97%)] — CSS variable: --color-primary: hsl(192, 54%, 97%);