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