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