#ffdae0
a pale, electric red · warm · closest name: pink
RGB
255, 218, 224
HSL
350°, 100%, 93%
CMYK
0, 15, 12, 0
Luminance
0.7678
Every format
| HEX | #ffdae0 |
| RGB | rgb(255, 218, 224) |
| HSL | hsl(350, 100%, 93%) |
| CMYK | cmyk(0%, 15%, 12%, 0%) |
| LAB | lab(90.2 13.8 1.8) |
| LCH | lch(90.2 13.9 7.6) |
| OKLCH | oklch(0.921 0.042 6.9) |
Copy-ready code
/* CSS */
color: #ffdae0;
background-color: #ffdae0;
/* Tailwind (arbitrary) */
class="text-[#ffdae0] bg-[#ffdae0]"
/* SCSS */
$brand: #ffdae0;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.878)
/* Android */
Color.parseColor("#ffdae0")Accessibility — WCAG contrast
Aa
#ffdae0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdae0 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow12.2%
Key (black)0.0%
Color previews
#ffdae0 text on a black background
contrast 16.36:1
Card sample
#ffdae0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdae0;
Background color
Panel with #ffdae0 background
background-color: #ffdae0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdae0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdae0; background: linear-gradient(135deg, #ffdae0, #FFEDDA);