#fbebf2
a pale, vivid magenta / pink · warm · closest name: white
RGB
251, 235, 242
HSL
334°, 67%, 95%
CMYK
0, 6, 4, 2
Luminance
0.8634
Every format
| HEX | #fbebf2 |
| RGB | rgb(251, 235, 242) |
| HSL | hsl(334, 67%, 95%) |
| CMYK | cmyk(0%, 6%, 4%, 2%) |
| LAB | lab(94.5 6.6 -1.4) |
| LCH | lch(94.5 6.7 347.8) |
| OKLCH | oklch(0.955 0.019 349.1) |
Copy-ready code
/* CSS */
color: #fbebf2;
background-color: #fbebf2;
/* Tailwind (arbitrary) */
class="text-[#fbebf2] bg-[#fbebf2]"
/* SCSS */
$brand: #fbebf2;
/* SwiftUI */
Color(red: 0.984, green: 0.922, blue: 0.949)
/* Android */
Color.parseColor("#fbebf2")Accessibility — WCAG contrast
Aa
#fbebf2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbebf2 on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green92.2%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow3.6%
Key (black)1.6%
Color previews
#fbebf2 text on a black background
contrast 18.27:1
Card sample
#fbebf2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbebf2;
Background color
Panel with #fbebf2 background
background-color: #fbebf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbebf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 235, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 235, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbebf2; background: linear-gradient(135deg, #fbebf2, #FBEFEB);