#f1fefd
a pale, electric cyan · cool · closest name: white
RGB
241, 254, 253
HSL
175°, 87%, 97%
CMYK
5, 0, 0, 0
Luminance
0.9668
Every format
| HEX | #f1fefd |
| RGB | rgb(241, 254, 253) |
| HSL | hsl(175, 87%, 97%) |
| CMYK | cmyk(5%, 0%, 0%, 0%) |
| LAB | lab(98.7 -4.4 -1.0) |
| LCH | lch(98.7 4.5 192.6) |
| OKLCH | oklch(0.987 0.014 191.4) |
Copy-ready code
/* CSS */
color: #f1fefd;
background-color: #f1fefd;
/* Tailwind (arbitrary) */
class="text-[#f1fefd] bg-[#f1fefd]"
/* SCSS */
$brand: #f1fefd;
/* SwiftUI */
Color(red: 0.945, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#f1fefd")Accessibility — WCAG contrast
Aa
#f1fefd on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fefd on black: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green99.6%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#f1fefd text on a black background
contrast 20.34:1
Card sample
#f1fefd text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fefd;
Background color
Panel with #f1fefd background
background-color: #f1fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fefd; background: linear-gradient(135deg, #f1fefd, #F1F6FE);