#ffe2df
a pale, electric red · warm · closest name: white
RGB
255, 226, 223
HSL
6°, 100%, 94%
CMYK
0, 11, 13, 0
Luminance
0.8098
Every format
| HEX | #ffe2df |
| RGB | rgb(255, 226, 223) |
| HSL | hsl(6, 100%, 94%) |
| CMYK | cmyk(0%, 11%, 13%, 0%) |
| LAB | lab(92.1 9.5 5.1) |
| LCH | lch(92.1 10.8 28.4) |
| OKLCH | oklch(0.936 0.032 24.8) |
Copy-ready code
/* CSS */
color: #ffe2df;
background-color: #ffe2df;
/* Tailwind (arbitrary) */
class="text-[#ffe2df] bg-[#ffe2df]"
/* SCSS */
$brand: #ffe2df;
/* SwiftUI */
Color(red: 1.000, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#ffe2df")Accessibility — WCAG contrast
Aa
#ffe2df on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe2df on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow12.5%
Key (black)0.0%
Color previews
#ffe2df text on a black background
contrast 17.20:1
Card sample
#ffe2df text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe2df;
Background color
Panel with #ffe2df background
background-color: #ffe2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe2df; background: linear-gradient(135deg, #ffe2df, #FFF7DF);