#ffa7cc
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 167, 204
HSL
335°, 100%, 83%
CMYK
0, 35, 20, 0
Luminance
0.5326
Every format
| HEX | #ffa7cc |
| RGB | rgb(255, 167, 204) |
| HSL | hsl(335, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 20%, 0%) |
| LAB | lab(78.0 37.4 -5.3) |
| LCH | lch(78.0 37.8 351.9) |
| OKLCH | oklch(0.825 0.113 353.0) |
Copy-ready code
/* CSS */
color: #ffa7cc;
background-color: #ffa7cc;
/* Tailwind (arbitrary) */
class="text-[#ffa7cc] bg-[#ffa7cc]"
/* SCSS */
$brand: #ffa7cc;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.800)
/* Android */
Color.parseColor("#ffa7cc")Accessibility — WCAG contrast
Aa
#ffa7cc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa7cc on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow20.0%
Key (black)0.0%
Color previews
#ffa7cc text on a black background
contrast 11.65:1
Card sample
#ffa7cc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa7cc;
Background color
Panel with #ffa7cc background
background-color: #ffa7cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa7cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa7cc; background: linear-gradient(135deg, #ffa7cc, #FFBDA7);