#f3fefd
a pale, electric cyan · cool · closest name: white
RGB
243, 254, 253
HSL
175°, 85%, 98%
CMYK
4, 0, 0, 0
Luminance
0.9703
Every format
| HEX | #f3fefd |
| RGB | rgb(243, 254, 253) |
| HSL | hsl(175, 85%, 98%) |
| CMYK | cmyk(4%, 0%, 0%, 0%) |
| LAB | lab(98.8 -3.8 -0.8) |
| LCH | lch(98.8 3.9 191.5) |
| OKLCH | oklch(0.989 0.012 190.5) |
Copy-ready code
/* CSS */
color: #f3fefd;
background-color: #f3fefd;
/* Tailwind (arbitrary) */
class="text-[#f3fefd] bg-[#f3fefd]"
/* SCSS */
$brand: #f3fefd;
/* SwiftUI */
Color(red: 0.953, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#f3fefd")Accessibility — WCAG contrast
Aa
#f3fefd on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3fefd on black: 20.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green99.6%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#f3fefd text on a black background
contrast 20.41:1
Card sample
#f3fefd text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3fefd;
Background color
Panel with #f3fefd background
background-color: #f3fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3fefd; background: linear-gradient(135deg, #f3fefd, #F3F8FE);