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