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