#f6b6dc
a light, electric magenta / pink · warm · closest name: pink
RGB
246, 182, 220
HSL
324°, 78%, 84%
CMYK
0, 26, 11, 4
Luminance
0.5822
Every format
| HEX | #f6b6dc |
| RGB | rgb(246, 182, 220) |
| HSL | hsl(324, 78%, 84%) |
| CMYK | cmyk(0%, 26%, 11%, 4%) |
| LAB | lab(80.9 28.9 -9.9) |
| LCH | lch(80.9 30.6 341.1) |
| OKLCH | oklch(0.846 0.088 342.8) |
Copy-ready code
/* CSS */
color: #f6b6dc;
background-color: #f6b6dc;
/* Tailwind (arbitrary) */
class="text-[#f6b6dc] bg-[#f6b6dc]"
/* SCSS */
$brand: #f6b6dc;
/* SwiftUI */
Color(red: 0.965, green: 0.714, blue: 0.863)
/* Android */
Color.parseColor("#f6b6dc")Accessibility — WCAG contrast
Aa
#f6b6dc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6b6dc on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green71.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow10.6%
Key (black)3.5%
Color previews
#f6b6dc text on a black background
contrast 12.64:1
Card sample
#f6b6dc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6b6dc;
Background color
Panel with #f6b6dc background
background-color: #f6b6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6b6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 182, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 182, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6b6dc; background: linear-gradient(135deg, #f6b6dc, #F6BBB6);