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