#ffeefd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 238, 253
HSL
307°, 100%, 97%
CMYK
0, 7, 1, 0
Luminance
0.8950
Every format
| HEX | #ffeefd |
| RGB | rgb(255, 238, 253) |
| HSL | hsl(307, 100%, 97%) |
| CMYK | cmyk(0%, 7%, 1%, 0%) |
| LAB | lab(95.8 8.3 -5.2) |
| LCH | lch(95.8 9.8 328.2) |
| OKLCH | oklch(0.967 0.027 329.5) |
Copy-ready code
/* CSS */
color: #ffeefd;
background-color: #ffeefd;
/* Tailwind (arbitrary) */
class="text-[#ffeefd] bg-[#ffeefd]"
/* SCSS */
$brand: #ffeefd;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#ffeefd")Accessibility — WCAG contrast
Aa
#ffeefd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeefd on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow0.8%
Key (black)0.0%
Color previews
#ffeefd text on a black background
contrast 18.90:1
Card sample
#ffeefd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeefd;
Background color
Panel with #ffeefd background
background-color: #ffeefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeefd; background: linear-gradient(135deg, #ffeefd, #FFEEF2);