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