#fbe0f2
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 224, 242
HSL
320°, 77%, 93%
CMYK
0, 11, 4, 2
Luminance
0.8023
Every format
| HEX | #fbe0f2 |
| RGB | rgb(251, 224, 242) |
| HSL | hsl(320, 77%, 93%) |
| CMYK | cmyk(0%, 11%, 4%, 2%) |
| LAB | lab(91.8 12.3 -5.3) |
| LCH | lch(91.8 13.4 336.5) |
| OKLCH | oklch(0.934 0.038 338.1) |
Copy-ready code
/* CSS */
color: #fbe0f2;
background-color: #fbe0f2;
/* Tailwind (arbitrary) */
class="text-[#fbe0f2] bg-[#fbe0f2]"
/* SCSS */
$brand: #fbe0f2;
/* SwiftUI */
Color(red: 0.984, green: 0.878, blue: 0.949)
/* Android */
Color.parseColor("#fbe0f2")Accessibility — WCAG contrast
Aa
#fbe0f2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe0f2 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.8%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow3.6%
Key (black)1.6%
Color previews
#fbe0f2 text on a black background
contrast 17.05:1
Card sample
#fbe0f2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe0f2;
Background color
Panel with #fbe0f2 background
background-color: #fbe0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 224, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 224, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe0f2; background: linear-gradient(135deg, #fbe0f2, #FBE0E0);