#fbf0fc
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
251, 240, 252
HSL
295°, 67%, 97%
CMYK
0, 5, 0, 1
Luminance
0.8986
Every format
| HEX | #fbf0fc |
| RGB | rgb(251, 240, 252) |
| HSL | hsl(295, 67%, 97%) |
| CMYK | cmyk(0%, 5%, 0%, 1%) |
| LAB | lab(95.9 5.8 -4.5) |
| LCH | lch(95.9 7.3 322.4) |
| OKLCH | oklch(0.967 0.020 323.2) |
Copy-ready code
/* CSS */
color: #fbf0fc;
background-color: #fbf0fc;
/* Tailwind (arbitrary) */
class="text-[#fbf0fc] bg-[#fbf0fc]"
/* SCSS */
$brand: #fbf0fc;
/* SwiftUI */
Color(red: 0.984, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#fbf0fc")Accessibility — WCAG contrast
Aa
#fbf0fc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf0fc on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.1%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#fbf0fc text on a black background
contrast 18.97:1
Card sample
#fbf0fc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf0fc;
Background color
Panel with #fbf0fc background
background-color: #fbf0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf0fc; background: linear-gradient(135deg, #fbf0fc, #FCF0F5);