#ffade4
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 173, 228
HSL
320°, 100%, 84%
CMYK
0, 32, 11, 0
Luminance
0.5675
Every format
| HEX | #ffade4 |
| RGB | rgb(255, 173, 228) |
| HSL | hsl(320, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 11%, 0%) |
| LAB | lab(80.0 38.0 -15.4) |
| LCH | lch(80.0 41.0 338.0) |
| OKLCH | oklch(0.843 0.118 339.7) |
Copy-ready code
/* CSS */
color: #ffade4;
background-color: #ffade4;
/* Tailwind (arbitrary) */
class="text-[#ffade4] bg-[#ffade4]"
/* SCSS */
$brand: #ffade4;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.894)
/* Android */
Color.parseColor("#ffade4")Accessibility — WCAG contrast
Aa
#ffade4 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffade4 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow10.6%
Key (black)0.0%
Color previews
#ffade4 text on a black background
contrast 12.35:1
Card sample
#ffade4 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffade4;
Background color
Panel with #ffade4 background
background-color: #ffade4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffade4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffade4; background: linear-gradient(135deg, #ffade4, #FFADAD);