#f4f4fb
a pale, vivid blue · warm · closest name: white
RGB
244, 244, 251
HSL
240°, 47%, 97%
CMYK
3, 3, 0, 2
Luminance
0.9090
Every format
| HEX | #f4f4fb |
| RGB | rgb(244, 244, 251) |
| HSL | hsl(240, 47%, 97%) |
| CMYK | cmyk(3%, 3%, 0%, 2%) |
| LAB | lab(96.4 1.3 -3.4) |
| LCH | lch(96.4 3.6 290.4) |
| OKLCH | oklch(0.969 0.009 286.2) |
Copy-ready code
/* CSS */
color: #f4f4fb;
background-color: #f4f4fb;
/* Tailwind (arbitrary) */
class="text-[#f4f4fb] bg-[#f4f4fb]"
/* SCSS */
$brand: #f4f4fb;
/* SwiftUI */
Color(red: 0.957, green: 0.957, blue: 0.984)
/* Android */
Color.parseColor("#f4f4fb")Accessibility — WCAG contrast
Aa
#f4f4fb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f4fb on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green95.7%
Blue98.4%
CMYK percentages
Cyan2.8%
Magenta2.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f4f4fb text on a black background
contrast 19.18:1
Card sample
#f4f4fb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f4fb;
Background color
Panel with #f4f4fb background
background-color: #f4f4fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f4fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 244, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 244, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f4fb; background: linear-gradient(135deg, #f4f4fb, #F9F4FB);