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