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