#ffadcd
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 173, 205
HSL
337°, 100%, 84%
CMYK
0, 32, 20, 0
Luminance
0.5555
Every format
| HEX | #ffadcd |
| RGB | rgb(255, 173, 205) |
| HSL | hsl(337, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 20%, 0%) |
| LAB | lab(79.4 34.4 -3.9) |
| LCH | lch(79.4 34.6 353.5) |
| OKLCH | oklch(0.835 0.103 354.5) |
Copy-ready code
/* CSS */
color: #ffadcd;
background-color: #ffadcd;
/* Tailwind (arbitrary) */
class="text-[#ffadcd] bg-[#ffadcd]"
/* SCSS */
$brand: #ffadcd;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#ffadcd")Accessibility — WCAG contrast
Aa
#ffadcd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffadcd on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow19.6%
Key (black)0.0%
Color previews
#ffadcd text on a black background
contrast 12.11:1
Card sample
#ffadcd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffadcd;
Background color
Panel with #ffadcd background
background-color: #ffadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffadcd; background: linear-gradient(135deg, #ffadcd, #FFC4AD);