#ffeae7
a pale, electric red · warm · closest name: white
RGB
255, 234, 231
HSL
8°, 100%, 95%
CMYK
0, 8, 9, 0
Luminance
0.8588
Every format
| HEX | #ffeae7 |
| RGB | rgb(255, 234, 231) |
| HSL | hsl(8, 100%, 95%) |
| CMYK | cmyk(0%, 8%, 9%, 0%) |
| LAB | lab(94.3 6.6 4.0) |
| LCH | lch(94.3 7.8 31.3) |
| OKLCH | oklch(0.953 0.023 27.3) |
Copy-ready code
/* CSS */
color: #ffeae7;
background-color: #ffeae7;
/* Tailwind (arbitrary) */
class="text-[#ffeae7] bg-[#ffeae7]"
/* SCSS */
$brand: #ffeae7;
/* SwiftUI */
Color(red: 1.000, green: 0.918, blue: 0.906)
/* Android */
Color.parseColor("#ffeae7")Accessibility — WCAG contrast
Aa
#ffeae7 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeae7 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.8%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow9.4%
Key (black)0.0%
Color previews
#ffeae7 text on a black background
contrast 18.18:1
Card sample
#ffeae7 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeae7;
Background color
Panel with #ffeae7 background
background-color: #ffeae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 234, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 234, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeae7; background: linear-gradient(135deg, #ffeae7, #FFFAE7);