#fbf3fd
a pale, vivid violet · warm · closest name: white
RGB
251, 243, 253
HSL
288°, 71%, 97%
CMYK
1, 4, 0, 1
Luminance
0.9170
Every format
| HEX | #fbf3fd |
| RGB | rgb(251, 243, 253) |
| HSL | hsl(288, 71%, 97%) |
| CMYK | cmyk(1%, 4%, 0%, 1%) |
| LAB | lab(96.7 4.4 -3.8) |
| LCH | lch(96.7 5.9 319.0) |
| OKLCH | oklch(0.973 0.016 319.4) |
Copy-ready code
/* CSS */
color: #fbf3fd;
background-color: #fbf3fd;
/* Tailwind (arbitrary) */
class="text-[#fbf3fd] bg-[#fbf3fd]"
/* SCSS */
$brand: #fbf3fd;
/* SwiftUI */
Color(red: 0.984, green: 0.953, blue: 0.992)
/* Android */
Color.parseColor("#fbf3fd")Accessibility — WCAG contrast
Aa
#fbf3fd on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf3fd on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green95.3%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta4.0%
Yellow0.0%
Key (black)0.8%
Color previews
#fbf3fd text on a black background
contrast 19.34:1
Card sample
#fbf3fd text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf3fd;
Background color
Panel with #fbf3fd background
background-color: #fbf3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 243, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 243, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf3fd; background: linear-gradient(135deg, #fbf3fd, #FDF3F8);