#f1fcfb
a pale, vivid cyan · cool · closest name: white
RGB
241, 252, 251
HSL
175°, 65%, 97%
CMYK
4, 0, 0, 1
Luminance
0.9529
Every format
| HEX | #f1fcfb |
| RGB | rgb(241, 252, 251) |
| HSL | hsl(175, 65%, 97%) |
| CMYK | cmyk(4%, 0%, 0%, 1%) |
| LAB | lab(98.2 -3.8 -0.8) |
| LCH | lch(98.2 3.9 191.5) |
| OKLCH | oklch(0.983 0.012 190.5) |
Copy-ready code
/* CSS */
color: #f1fcfb;
background-color: #f1fcfb;
/* Tailwind (arbitrary) */
class="text-[#f1fcfb] bg-[#f1fcfb]"
/* SCSS */
$brand: #f1fcfb;
/* SwiftUI */
Color(red: 0.945, green: 0.988, blue: 0.984)
/* Android */
Color.parseColor("#f1fcfb")Accessibility — WCAG contrast
Aa
#f1fcfb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fcfb on black: 20.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.8%
Blue98.4%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow0.4%
Key (black)1.2%
Color previews
#f1fcfb text on a black background
contrast 20.06:1
Card sample
#f1fcfb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fcfb;
Background color
Panel with #f1fcfb background
background-color: #f1fcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 252, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 252, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fcfb; background: linear-gradient(135deg, #f1fcfb, #F1F6FC);