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