#f6abce
a light, electric magenta / pink · warm · closest name: pink
RGB
246, 171, 206
HSL
332°, 81%, 82%
CMYK
0, 31, 16, 4
Luminance
0.5317
Every format
| HEX | #f6abce |
| RGB | rgb(246, 171, 206) |
| HSL | hsl(332, 81%, 82%) |
| CMYK | cmyk(0%, 31%, 16%, 4%) |
| LAB | lab(78.0 32.5 -6.6) |
| LCH | lch(78.0 33.2 348.5) |
| OKLCH | oklch(0.823 0.098 349.9) |
Copy-ready code
/* CSS */
color: #f6abce;
background-color: #f6abce;
/* Tailwind (arbitrary) */
class="text-[#f6abce] bg-[#f6abce]"
/* SCSS */
$brand: #f6abce;
/* SwiftUI */
Color(red: 0.965, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#f6abce")Accessibility — WCAG contrast
Aa
#f6abce on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6abce on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green67.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow16.3%
Key (black)3.5%
Color previews
#f6abce text on a black background
contrast 11.63:1
Card sample
#f6abce text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6abce;
Background color
Panel with #f6abce background
background-color: #f6abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6abce; background: linear-gradient(135deg, #f6abce, #F6BAAB);