#fbf4fd
a pale, vivid violet · warm · closest name: white
RGB
251, 244, 253
HSL
287°, 69%, 98%
CMYK
1, 4, 0, 1
Luminance
0.9230
Every format
| HEX | #fbf4fd |
| RGB | rgb(251, 244, 253) |
| HSL | hsl(287, 69%, 98%) |
| CMYK | cmyk(1%, 4%, 0%, 1%) |
| LAB | lab(96.9 3.9 -3.5) |
| LCH | lch(96.9 5.2 318.3) |
| OKLCH | oklch(0.975 0.014 318.7) |
Copy-ready code
/* CSS */
color: #fbf4fd;
background-color: #fbf4fd;
/* Tailwind (arbitrary) */
class="text-[#fbf4fd] bg-[#fbf4fd]"
/* SCSS */
$brand: #fbf4fd;
/* SwiftUI */
Color(red: 0.984, green: 0.957, blue: 0.992)
/* Android */
Color.parseColor("#fbf4fd")Accessibility — WCAG contrast
Aa
#fbf4fd on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf4fd on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green95.7%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta3.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fbf4fd text on a black background
contrast 19.46:1
Card sample
#fbf4fd text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf4fd;
Background color
Panel with #fbf4fd background
background-color: #fbf4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 244, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 244, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf4fd; background: linear-gradient(135deg, #fbf4fd, #FDF4F9);