#f6b6df
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 182, 223
HSL
322°, 78%, 84%
CMYK
0, 26, 9, 4
Luminance
0.5838
Every format
| HEX | #f6b6df |
| RGB | rgb(246, 182, 223) |
| HSL | hsl(322, 78%, 84%) |
| CMYK | cmyk(0%, 26%, 9%, 4%) |
| LAB | lab(81.0 29.4 -11.4) |
| LCH | lch(81.0 31.6 338.8) |
| OKLCH | oklch(0.847 0.090 340.5) |
Copy-ready code
/* CSS */
color: #f6b6df;
background-color: #f6b6df;
/* Tailwind (arbitrary) */
class="text-[#f6b6df] bg-[#f6b6df]"
/* SCSS */
$brand: #f6b6df;
/* SwiftUI */
Color(red: 0.965, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#f6b6df")Accessibility — WCAG contrast
Aa
#f6b6df on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6b6df on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green71.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow9.3%
Key (black)3.5%
Color previews
#f6b6df text on a black background
contrast 12.68:1
Card sample
#f6b6df text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6b6df;
Background color
Panel with #f6b6df background
background-color: #f6b6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6b6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 182, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 182, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6b6df; background: linear-gradient(135deg, #f6b6df, #F6B8B6);