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