#ffa6cb
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 166, 203
HSL
335°, 100%, 83%
CMYK
0, 35, 20, 0
Luminance
0.5284
Every format
| HEX | #ffa6cb |
| RGB | rgb(255, 166, 203) |
| HSL | hsl(335, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 20%, 0%) |
| LAB | lab(77.8 37.8 -5.2) |
| LCH | lch(77.8 38.1 352.2) |
| OKLCH | oklch(0.823 0.114 353.4) |
Copy-ready code
/* CSS */
color: #ffa6cb;
background-color: #ffa6cb;
/* Tailwind (arbitrary) */
class="text-[#ffa6cb] bg-[#ffa6cb]"
/* SCSS */
$brand: #ffa6cb;
/* SwiftUI */
Color(red: 1.000, green: 0.651, blue: 0.796)
/* Android */
Color.parseColor("#ffa6cb")Accessibility — WCAG contrast
Aa
#ffa6cb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa6cb on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow20.4%
Key (black)0.0%
Color previews
#ffa6cb text on a black background
contrast 11.57:1
Card sample
#ffa6cb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa6cb;
Background color
Panel with #ffa6cb background
background-color: #ffa6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 166, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 166, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa6cb; background: linear-gradient(135deg, #ffa6cb, #FFBCA6);