#ffcade
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 202, 222
HSL
337°, 100%, 90%
CMYK
0, 21, 13, 0
Luminance
0.6877
Every format
| HEX | #ffcade |
| RGB | rgb(255, 202, 222) |
| HSL | hsl(337, 100%, 90%) |
| CMYK | cmyk(0%, 21%, 13%, 0%) |
| LAB | lab(86.4 21.8 -2.7) |
| LCH | lch(86.4 22.0 352.9) |
| OKLCH | oklch(0.891 0.065 353.9) |
Copy-ready code
/* CSS */
color: #ffcade;
background-color: #ffcade;
/* Tailwind (arbitrary) */
class="text-[#ffcade] bg-[#ffcade]"
/* SCSS */
$brand: #ffcade;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.871)
/* Android */
Color.parseColor("#ffcade")Accessibility — WCAG contrast
Aa
#ffcade on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcade on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow12.9%
Key (black)0.0%
Color previews
#ffcade text on a black background
contrast 14.75:1
Card sample
#ffcade text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcade;
Background color
Panel with #ffcade background
background-color: #ffcade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcade; background: linear-gradient(135deg, #ffcade, #FFD9CA);