#ffadfe
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 173, 254
HSL
301°, 100%, 84%
CMYK
0, 32, 0, 0
Luminance
0.5830
Every format
| HEX | #ffadfe |
| RGB | rgb(255, 173, 254) |
| HSL | hsl(301, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 0%, 0%) |
| LAB | lab(80.9 42.4 -28.0) |
| LCH | lch(80.9 50.8 326.5) |
| OKLCH | oklch(0.852 0.140 327.1) |
Copy-ready code
/* CSS */
color: #ffadfe;
background-color: #ffadfe;
/* Tailwind (arbitrary) */
class="text-[#ffadfe] bg-[#ffadfe]"
/* SCSS */
$brand: #ffadfe;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#ffadfe")Accessibility — WCAG contrast
Aa
#ffadfe on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffadfe on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow0.4%
Key (black)0.0%
Color previews
#ffadfe text on a black background
contrast 12.66:1
Card sample
#ffadfe text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffadfe;
Background color
Panel with #ffadfe background
background-color: #ffadfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffadfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffadfe; background: linear-gradient(135deg, #ffadfe, #FFADC7);