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