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