#ffadec
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 173, 236
HSL
314°, 100%, 84%
CMYK
0, 32, 8, 0
Luminance
0.5720
Every format
| HEX | #ffadec |
| RGB | rgb(255, 173, 236) |
| HSL | hsl(314, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 8%, 0%) |
| LAB | lab(80.3 39.3 -19.3) |
| LCH | lch(80.3 43.8 333.9) |
| OKLCH | oklch(0.846 0.124 335.4) |
Copy-ready code
/* CSS */
color: #ffadec;
background-color: #ffadec;
/* Tailwind (arbitrary) */
class="text-[#ffadec] bg-[#ffadec]"
/* SCSS */
$brand: #ffadec;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.925)
/* Android */
Color.parseColor("#ffadec")Accessibility — WCAG contrast
Aa
#ffadec on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffadec on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow7.5%
Key (black)0.0%
Color previews
#ffadec text on a black background
contrast 12.44:1
Card sample
#ffadec text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffadec;
Background color
Panel with #ffadec background
background-color: #ffadec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffadec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffadec; background: linear-gradient(135deg, #ffadec, #FFADB5);