#f4fcfd
a pale, vivid cyan · cool · closest name: white
RGB
244, 252, 253
HSL
187°, 69%, 98%
CMYK
4, 0, 0, 1
Luminance
0.9595
Every format
| HEX | #f4fcfd |
| RGB | rgb(244, 252, 253) |
| HSL | hsl(187, 69%, 98%) |
| CMYK | cmyk(4%, 0%, 0%, 1%) |
| LAB | lab(98.4 -2.4 -1.4) |
| LCH | lch(98.4 2.8 209.7) |
| OKLCH | oklch(0.985 0.009 205.9) |
Copy-ready code
/* CSS */
color: #f4fcfd;
background-color: #f4fcfd;
/* Tailwind (arbitrary) */
class="text-[#f4fcfd] bg-[#f4fcfd]"
/* SCSS */
$brand: #f4fcfd;
/* SwiftUI */
Color(red: 0.957, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#f4fcfd")Accessibility — WCAG contrast
Aa
#f4fcfd on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fcfd on black: 20.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.8%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f4fcfd text on a black background
contrast 20.19:1
Card sample
#f4fcfd text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fcfd;
Background color
Panel with #f4fcfd background
background-color: #f4fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fcfd; background: linear-gradient(135deg, #f4fcfd, #F4F6FD);