#f4f5fa
a pale, soft blue · warm · closest name: white
RGB
244, 245, 250
HSL
230°, 38%, 97%
CMYK
2, 2, 0, 2
Luminance
0.9144
Every format
| HEX | #f4f5fa |
| RGB | rgb(244, 245, 250) |
| HSL | hsl(230, 38%, 97%) |
| CMYK | cmyk(2%, 2%, 0%, 2%) |
| LAB | lab(96.6 0.6 -2.5) |
| LCH | lch(96.6 2.6 282.6) |
| OKLCH | oklch(0.971 0.007 277.2) |
Copy-ready code
/* CSS */
color: #f4f5fa;
background-color: #f4f5fa;
/* Tailwind (arbitrary) */
class="text-[#f4f5fa] bg-[#f4f5fa]"
/* SCSS */
$brand: #f4f5fa;
/* SwiftUI */
Color(red: 0.957, green: 0.961, blue: 0.980)
/* Android */
Color.parseColor("#f4f5fa")Accessibility — WCAG contrast
Aa
#f4f5fa on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f5fa on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green96.1%
Blue98.0%
CMYK percentages
Cyan2.4%
Magenta2.0%
Yellow0.0%
Key (black)2.0%
Color previews
#f4f5fa text on a black background
contrast 19.29:1
Card sample
#f4f5fa text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f5fa;
Background color
Panel with #f4f5fa background
background-color: #f4f5fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f5fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 245, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 245, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f5fa; background: linear-gradient(135deg, #f4f5fa, #F7F4FA);