#ffece7
a pale, electric red · warm · closest name: white
RGB
255, 236, 231
HSL
13°, 100%, 95%
CMYK
0, 8, 9, 0
Luminance
0.8702
Every format
| HEX | #ffece7 |
| RGB | rgb(255, 236, 231) |
| HSL | hsl(13, 100%, 95%) |
| CMYK | cmyk(0%, 8%, 9%, 0%) |
| LAB | lab(94.8 5.6 4.7) |
| LCH | lch(94.8 7.3 40.2) |
| OKLCH | oklch(0.957 0.022 35.1) |
Copy-ready code
/* CSS */
color: #ffece7;
background-color: #ffece7;
/* Tailwind (arbitrary) */
class="text-[#ffece7] bg-[#ffece7]"
/* SCSS */
$brand: #ffece7;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.906)
/* Android */
Color.parseColor("#ffece7")Accessibility — WCAG contrast
Aa
#ffece7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffece7 on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow9.4%
Key (black)0.0%
Color previews
#ffece7 text on a black background
contrast 18.40:1
Card sample
#ffece7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffece7;
Background color
Panel with #ffece7 background
background-color: #ffece7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffece7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffece7; background: linear-gradient(135deg, #ffece7, #FFFCE7);