#f1fdfc
a pale, electric cyan · cool · closest name: white
RGB
241, 253, 252
HSL
175°, 75%, 97%
CMYK
5, 0, 0, 1
Luminance
0.9598
Every format
| HEX | #f1fdfc |
| RGB | rgb(241, 253, 252) |
| HSL | hsl(175, 75%, 97%) |
| CMYK | cmyk(5%, 0%, 0%, 1%) |
| LAB | lab(98.4 -4.1 -0.9) |
| LCH | lch(98.4 4.2 192.1) |
| OKLCH | oklch(0.985 0.013 191.0) |
Copy-ready code
/* CSS */
color: #f1fdfc;
background-color: #f1fdfc;
/* Tailwind (arbitrary) */
class="text-[#f1fdfc] bg-[#f1fdfc]"
/* SCSS */
$brand: #f1fdfc;
/* SwiftUI */
Color(red: 0.945, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#f1fdfc")Accessibility — WCAG contrast
Aa
#f1fdfc on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fdfc on black: 20.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green99.2%
Blue98.8%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#f1fdfc text on a black background
contrast 20.20:1
Card sample
#f1fdfc text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fdfc;
Background color
Panel with #f1fdfc background
background-color: #f1fdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fdfc; background: linear-gradient(135deg, #f1fdfc, #F1F6FD);