#f4f4fe
a pale, electric blue · warm · closest name: white
RGB
244, 244, 254
HSL
240°, 83%, 98%
CMYK
4, 4, 0, 0
Luminance
0.9109
Every format
| HEX | #f4f4fe |
| RGB | rgb(244, 244, 254) |
| HSL | hsl(240, 83%, 98%) |
| CMYK | cmyk(4%, 4%, 0%, 0%) |
| LAB | lab(96.5 1.8 -4.8) |
| LCH | lch(96.5 5.1 290.6) |
| OKLCH | oklch(0.970 0.013 286.1) |
Copy-ready code
/* CSS */
color: #f4f4fe;
background-color: #f4f4fe;
/* Tailwind (arbitrary) */
class="text-[#f4f4fe] bg-[#f4f4fe]"
/* SCSS */
$brand: #f4f4fe;
/* SwiftUI */
Color(red: 0.957, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#f4f4fe")Accessibility — WCAG contrast
Aa
#f4f4fe on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f4fe on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green95.7%
Blue99.6%
CMYK percentages
Cyan3.9%
Magenta3.9%
Yellow0.0%
Key (black)0.4%
Color previews
#f4f4fe text on a black background
contrast 19.22:1
Card sample
#f4f4fe text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f4fe;
Background color
Panel with #f4f4fe background
background-color: #f4f4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f4fe; background: linear-gradient(135deg, #f4f4fe, #FBF4FE);