#f4f3fd
a pale, vivid blue · warm · closest name: white
RGB
244, 243, 253
HSL
246°, 71%, 97%
CMYK
4, 4, 0, 1
Luminance
0.9043
Every format
| HEX | #f4f3fd |
| RGB | rgb(244, 243, 253) |
| HSL | hsl(246, 71%, 97%) |
| CMYK | cmyk(4%, 4%, 0%, 1%) |
| LAB | lab(96.2 2.1 -4.7) |
| LCH | lch(96.2 5.1 294.4) |
| OKLCH | oklch(0.968 0.013 290.8) |
Copy-ready code
/* CSS */
color: #f4f3fd;
background-color: #f4f3fd;
/* Tailwind (arbitrary) */
class="text-[#f4f3fd] bg-[#f4f3fd]"
/* SCSS */
$brand: #f4f3fd;
/* SwiftUI */
Color(red: 0.957, green: 0.953, blue: 0.992)
/* Android */
Color.parseColor("#f4f3fd")Accessibility — WCAG contrast
Aa
#f4f3fd on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f3fd on black: 19.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green95.3%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta4.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f4f3fd text on a black background
contrast 19.09:1
Card sample
#f4f3fd text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f3fd;
Background color
Panel with #f4f3fd background
background-color: #f4f3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 243, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 243, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f3fd; background: linear-gradient(135deg, #f4f3fd, #FBF3FD);