#fbeffb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
251, 239, 251
HSL
300°, 60%, 96%
CMYK
0, 5, 0, 2
Luminance
0.8921
Every format
| HEX | #fbeffb |
| RGB | rgb(251, 239, 251) |
| HSL | hsl(300, 60%, 96%) |
| CMYK | cmyk(0%, 5%, 0%, 2%) |
| LAB | lab(95.7 6.1 -4.3) |
| LCH | lch(95.7 7.5 324.7) |
| OKLCH | oklch(0.965 0.020 325.7) |
Copy-ready code
/* CSS */
color: #fbeffb;
background-color: #fbeffb;
/* Tailwind (arbitrary) */
class="text-[#fbeffb] bg-[#fbeffb]"
/* SCSS */
$brand: #fbeffb;
/* SwiftUI */
Color(red: 0.984, green: 0.937, blue: 0.984)
/* Android */
Color.parseColor("#fbeffb")Accessibility — WCAG contrast
Aa
#fbeffb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbeffb on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green93.7%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow0.0%
Key (black)1.6%
Color previews
#fbeffb text on a black background
contrast 18.84:1
Card sample
#fbeffb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbeffb;
Background color
Panel with #fbeffb background
background-color: #fbeffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbeffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 239, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 239, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbeffb; background: linear-gradient(135deg, #fbeffb, #FBEFF3);