#fbe2f4
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 226, 244
HSL
317°, 76%, 94%
CMYK
0, 10, 3, 2
Luminance
0.8143
Every format
| HEX | #fbe2f4 |
| RGB | rgb(251, 226, 244) |
| HSL | hsl(317, 76%, 94%) |
| CMYK | cmyk(0%, 10%, 3%, 2%) |
| LAB | lab(92.3 11.6 -5.6) |
| LCH | lch(92.3 12.9 334.2) |
| OKLCH | oklch(0.938 0.036 335.7) |
Copy-ready code
/* CSS */
color: #fbe2f4;
background-color: #fbe2f4;
/* Tailwind (arbitrary) */
class="text-[#fbe2f4] bg-[#fbe2f4]"
/* SCSS */
$brand: #fbe2f4;
/* SwiftUI */
Color(red: 0.984, green: 0.886, blue: 0.957)
/* Android */
Color.parseColor("#fbe2f4")Accessibility — WCAG contrast
Aa
#fbe2f4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe2f4 on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green88.6%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow2.8%
Key (black)1.6%
Color previews
#fbe2f4 text on a black background
contrast 17.29:1
Card sample
#fbe2f4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe2f4;
Background color
Panel with #fbe2f4 background
background-color: #fbe2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 226, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 226, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe2f4; background: linear-gradient(135deg, #fbe2f4, #FBE2E3);