#f6afd1
a light, electric magenta / pink · warm · closest name: pink
RGB
246, 175, 209
HSL
331°, 80%, 83%
CMYK
0, 29, 15, 4
Luminance
0.5486
Every format
| HEX | #f6afd1 |
| RGB | rgb(246, 175, 209) |
| HSL | hsl(331, 80%, 83%) |
| CMYK | cmyk(0%, 29%, 15%, 4%) |
| LAB | lab(79.0 30.9 -6.8) |
| LCH | lch(79.0 31.6 347.6) |
| OKLCH | oklch(0.831 0.093 349.1) |
Copy-ready code
/* CSS */
color: #f6afd1;
background-color: #f6afd1;
/* Tailwind (arbitrary) */
class="text-[#f6afd1] bg-[#f6afd1]"
/* SCSS */
$brand: #f6afd1;
/* SwiftUI */
Color(red: 0.965, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#f6afd1")Accessibility — WCAG contrast
Aa
#f6afd1 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6afd1 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green68.6%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow15.0%
Key (black)3.5%
Color previews
#f6afd1 text on a black background
contrast 11.97:1
Card sample
#f6afd1 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6afd1;
Background color
Panel with #f6afd1 background
background-color: #f6afd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6afd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6afd1; background: linear-gradient(135deg, #f6afd1, #F6BCAF);