#ffadf4
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 173, 244
HSL
308°, 100%, 84%
CMYK
0, 32, 4, 0
Luminance
0.5768
Every format
| HEX | #ffadf4 |
| RGB | rgb(255, 173, 244) |
| HSL | hsl(308, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 4%, 0%) |
| LAB | lab(80.6 40.7 -23.2) |
| LCH | lch(80.6 46.8 330.3) |
| OKLCH | oklch(0.849 0.131 331.5) |
Copy-ready code
/* CSS */
color: #ffadf4;
background-color: #ffadf4;
/* Tailwind (arbitrary) */
class="text-[#ffadf4] bg-[#ffadf4]"
/* SCSS */
$brand: #ffadf4;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.957)
/* Android */
Color.parseColor("#ffadf4")Accessibility — WCAG contrast
Aa
#ffadf4 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffadf4 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow4.3%
Key (black)0.0%
Color previews
#ffadf4 text on a black background
contrast 12.54:1
Card sample
#ffadf4 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffadf4;
Background color
Panel with #ffadf4 background
background-color: #ffadf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffadf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffadf4; background: linear-gradient(135deg, #ffadf4, #FFADBD);