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