#ffadf0
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 173, 240
HSL
311°, 100%, 84%
CMYK
0, 32, 6, 0
Luminance
0.5744
Every format
| HEX | #ffadf0 |
| RGB | rgb(255, 173, 240) |
| HSL | hsl(311, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 6%, 0%) |
| LAB | lab(80.4 40.0 -21.3) |
| LCH | lch(80.4 45.3 332.0) |
| OKLCH | oklch(0.847 0.127 333.4) |
Copy-ready code
/* CSS */
color: #ffadf0;
background-color: #ffadf0;
/* Tailwind (arbitrary) */
class="text-[#ffadf0] bg-[#ffadf0]"
/* SCSS */
$brand: #ffadf0;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.941)
/* Android */
Color.parseColor("#ffadf0")Accessibility — WCAG contrast
Aa
#ffadf0 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffadf0 on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow5.9%
Key (black)0.0%
Color previews
#ffadf0 text on a black background
contrast 12.49:1
Card sample
#ffadf0 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffadf0;
Background color
Panel with #ffadf0 background
background-color: #ffadf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffadf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffadf0; background: linear-gradient(135deg, #ffadf0, #FFADB9);