#ffefed
a pale, electric red · warm · closest name: white
RGB
255, 239, 237
HSL
7°, 100%, 97%
CMYK
0, 6, 7, 0
Luminance
0.8911
Every format
| HEX | #ffefed |
| RGB | rgb(255, 239, 237) |
| HSL | hsl(7, 100%, 97%) |
| CMYK | cmyk(0%, 6%, 7%, 0%) |
| LAB | lab(95.6 5.0 2.9) |
| LCH | lch(95.6 5.8 29.9) |
| OKLCH | oklch(0.964 0.018 26.1) |
Copy-ready code
/* CSS */
color: #ffefed;
background-color: #ffefed;
/* Tailwind (arbitrary) */
class="text-[#ffefed] bg-[#ffefed]"
/* SCSS */
$brand: #ffefed;
/* SwiftUI */
Color(red: 1.000, green: 0.937, blue: 0.929)
/* Android */
Color.parseColor("#ffefed")Accessibility — WCAG contrast
Aa
#ffefed on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffefed on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.7%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow7.1%
Key (black)0.0%
Color previews
#ffefed text on a black background
contrast 18.82:1
Card sample
#ffefed text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffefed;
Background color
Panel with #ffefed background
background-color: #ffefed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffefed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 239, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 239, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffefed; background: linear-gradient(135deg, #ffefed, #FFFBED);