#ffadcf
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 173, 207
HSL
335°, 100%, 84%
CMYK
0, 32, 19, 0
Luminance
0.5565
Every format
| HEX | #ffadcf |
| RGB | rgb(255, 173, 207) |
| HSL | hsl(335, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 19%, 0%) |
| LAB | lab(79.4 34.7 -4.9) |
| LCH | lch(79.4 35.0 351.9) |
| OKLCH | oklch(0.836 0.104 353.1) |
Copy-ready code
/* CSS */
color: #ffadcf;
background-color: #ffadcf;
/* Tailwind (arbitrary) */
class="text-[#ffadcf] bg-[#ffadcf]"
/* SCSS */
$brand: #ffadcf;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#ffadcf")Accessibility — WCAG contrast
Aa
#ffadcf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffadcf on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow18.8%
Key (black)0.0%
Color previews
#ffadcf text on a black background
contrast 12.13:1
Card sample
#ffadcf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffadcf;
Background color
Panel with #ffadcf background
background-color: #ffadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffadcf; background: linear-gradient(135deg, #ffadcf, #FFC2AD);