#ffebfe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 235, 254
HSL
303°, 100%, 96%
CMYK
0, 8, 0, 0
Luminance
0.8783
Every format
| HEX | #ffebfe |
| RGB | rgb(255, 235, 254) |
| HSL | hsl(303, 100%, 96%) |
| CMYK | cmyk(0%, 8%, 0%, 0%) |
| LAB | lab(95.1 10.0 -6.7) |
| LCH | lch(95.1 12.1 326.2) |
| OKLCH | oklch(0.962 0.033 327.3) |
Copy-ready code
/* CSS */
color: #ffebfe;
background-color: #ffebfe;
/* Tailwind (arbitrary) */
class="text-[#ffebfe] bg-[#ffebfe]"
/* SCSS */
$brand: #ffebfe;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#ffebfe")Accessibility — WCAG contrast
Aa
#ffebfe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebfe on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow0.4%
Key (black)0.0%
Color previews
#ffebfe text on a black background
contrast 18.57:1
Card sample
#ffebfe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebfe;
Background color
Panel with #ffebfe background
background-color: #ffebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebfe; background: linear-gradient(135deg, #ffebfe, #FFEBF1);