#fbedfe
a pale, electric violet · warm · closest name: lavender
RGB
251, 237, 254
HSL
289°, 90%, 96%
CMYK
1, 7, 0, 0
Luminance
0.8823
Every format
| HEX | #fbedfe |
| RGB | rgb(251, 237, 254) |
| HSL | hsl(289, 90%, 96%) |
| CMYK | cmyk(1%, 7%, 0%, 0%) |
| LAB | lab(95.3 7.7 -6.5) |
| LCH | lch(95.3 10.0 319.8) |
| OKLCH | oklch(0.962 0.027 320.2) |
Copy-ready code
/* CSS */
color: #fbedfe;
background-color: #fbedfe;
/* Tailwind (arbitrary) */
class="text-[#fbedfe] bg-[#fbedfe]"
/* SCSS */
$brand: #fbedfe;
/* SwiftUI */
Color(red: 0.984, green: 0.929, blue: 0.996)
/* Android */
Color.parseColor("#fbedfe")Accessibility — WCAG contrast
Aa
#fbedfe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbedfe on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green92.9%
Blue99.6%
CMYK percentages
Cyan1.2%
Magenta6.7%
Yellow0.0%
Key (black)0.4%
Color previews
#fbedfe text on a black background
contrast 18.65:1
Card sample
#fbedfe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbedfe;
Background color
Panel with #fbedfe background
background-color: #fbedfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbedfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 237, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 237, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbedfe; background: linear-gradient(135deg, #fbedfe, #FEEDF6);