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