#ffebee
a pale, electric red · warm · closest name: white
RGB
255, 235, 238
HSL
351°, 100%, 96%
CMYK
0, 8, 7, 0
Luminance
0.8685
Every format
| HEX | #ffebee |
| RGB | rgb(255, 235, 238) |
| HSL | hsl(351, 100%, 96%) |
| CMYK | cmyk(0%, 8%, 7%, 0%) |
| LAB | lab(94.7 7.3 1.0) |
| LCH | lch(94.7 7.3 7.8) |
| OKLCH | oklch(0.957 0.022 7.2) |
Copy-ready code
/* CSS */
color: #ffebee;
background-color: #ffebee;
/* Tailwind (arbitrary) */
class="text-[#ffebee] bg-[#ffebee]"
/* SCSS */
$brand: #ffebee;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#ffebee")Accessibility — WCAG contrast
Aa
#ffebee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebee on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow6.7%
Key (black)0.0%
Color previews
#ffebee text on a black background
contrast 18.37:1
Card sample
#ffebee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebee;
Background color
Panel with #ffebee background
background-color: #ffebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebee; background: linear-gradient(135deg, #ffebee, #FFF5EB);