#ffadf7
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 173, 247
HSL
306°, 100%, 84%
CMYK
0, 32, 3, 0
Luminance
0.5786
Every format
| HEX | #ffadf7 |
| RGB | rgb(255, 173, 247) |
| HSL | hsl(306, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 3%, 0%) |
| LAB | lab(80.7 41.2 -24.6) |
| LCH | lch(80.7 48.0 329.1) |
| OKLCH | oklch(0.850 0.134 330.1) |
Copy-ready code
/* CSS */
color: #ffadf7;
background-color: #ffadf7;
/* Tailwind (arbitrary) */
class="text-[#ffadf7] bg-[#ffadf7]"
/* SCSS */
$brand: #ffadf7;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.969)
/* Android */
Color.parseColor("#ffadf7")Accessibility — WCAG contrast
Aa
#ffadf7 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffadf7 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow3.1%
Key (black)0.0%
Color previews
#ffadf7 text on a black background
contrast 12.57:1
Card sample
#ffadf7 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffadf7;
Background color
Panel with #ffadf7 background
background-color: #ffadf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffadf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffadf7; background: linear-gradient(135deg, #ffadf7, #FFADC0);