#ffebf4
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 235, 244
HSL
333°, 100%, 96%
CMYK
0, 8, 4, 0
Luminance
0.8721
Every format
| HEX | #ffebf4 |
| RGB | rgb(255, 235, 244) |
| HSL | hsl(333, 100%, 96%) |
| CMYK | cmyk(0%, 8%, 4%, 0%) |
| LAB | lab(94.8 8.3 -1.9) |
| LCH | lch(94.8 8.5 347.1) |
| OKLCH | oklch(0.959 0.025 348.5) |
Copy-ready code
/* CSS */
color: #ffebf4;
background-color: #ffebf4;
/* Tailwind (arbitrary) */
class="text-[#ffebf4] bg-[#ffebf4]"
/* SCSS */
$brand: #ffebf4;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.957)
/* Android */
Color.parseColor("#ffebf4")Accessibility — WCAG contrast
Aa
#ffebf4 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebf4 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow4.3%
Key (black)0.0%
Color previews
#ffebf4 text on a black background
contrast 18.44:1
Card sample
#ffebf4 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebf4;
Background color
Panel with #ffebf4 background
background-color: #ffebf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebf4; background: linear-gradient(135deg, #ffebf4, #FFEFEB);