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