#fbe2ff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 226, 255
HSL
292°, 100%, 94%
CMYK
2, 11, 0, 0
Luminance
0.8212
Every format
| HEX | #fbe2ff |
| RGB | rgb(251, 226, 255) |
| HSL | hsl(292, 100%, 94%) |
| CMYK | cmyk(2%, 11%, 0%, 0%) |
| LAB | lab(92.6 13.6 -10.9) |
| LCH | lch(92.6 17.4 321.2) |
| OKLCH | oklch(0.942 0.047 321.6) |
Copy-ready code
/* CSS */
color: #fbe2ff;
background-color: #fbe2ff;
/* Tailwind (arbitrary) */
class="text-[#fbe2ff] bg-[#fbe2ff]"
/* SCSS */
$brand: #fbe2ff;
/* SwiftUI */
Color(red: 0.984, green: 0.886, blue: 1.000)
/* Android */
Color.parseColor("#fbe2ff")Accessibility — WCAG contrast
Aa
#fbe2ff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe2ff on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green88.6%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta11.4%
Yellow0.0%
Key (black)0.0%
Color previews
#fbe2ff text on a black background
contrast 17.42:1
Card sample
#fbe2ff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe2ff;
Background color
Panel with #fbe2ff background
background-color: #fbe2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 226, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 226, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe2ff; background: linear-gradient(135deg, #fbe2ff, #FFE2F0);