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