#ffdae7
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 218, 231
HSL
339°, 100%, 93%
CMYK
0, 15, 9, 0
Luminance
0.7717
Every format
| HEX | #ffdae7 |
| RGB | rgb(255, 218, 231) |
| HSL | hsl(339, 100%, 93%) |
| CMYK | cmyk(0%, 15%, 9%, 0%) |
| LAB | lab(90.4 14.9 -1.6) |
| LCH | lch(90.4 15.0 353.9) |
| OKLCH | oklch(0.923 0.044 354.8) |
Copy-ready code
/* CSS */
color: #ffdae7;
background-color: #ffdae7;
/* Tailwind (arbitrary) */
class="text-[#ffdae7] bg-[#ffdae7]"
/* SCSS */
$brand: #ffdae7;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.906)
/* Android */
Color.parseColor("#ffdae7")Accessibility — WCAG contrast
Aa
#ffdae7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdae7 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow9.4%
Key (black)0.0%
Color previews
#ffdae7 text on a black background
contrast 16.43:1
Card sample
#ffdae7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdae7;
Background color
Panel with #ffdae7 background
background-color: #ffdae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdae7; background: linear-gradient(135deg, #ffdae7, #FFE5DA);