#f7baf6
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 186, 246
HSL
301°, 79%, 85%
CMYK
0, 25, 0, 3
Luminance
0.6155
Every format
| HEX | #f7baf6 |
| RGB | rgb(247, 186, 246) |
| HSL | hsl(301, 79%, 85%) |
| CMYK | cmyk(0%, 25%, 0%, 3%) |
| LAB | lab(82.7 31.6 -21.1) |
| LCH | lch(82.7 38.0 326.3) |
| OKLCH | oklch(0.863 0.104 327.0) |
Copy-ready code
/* CSS */
color: #f7baf6;
background-color: #f7baf6;
/* Tailwind (arbitrary) */
class="text-[#f7baf6] bg-[#f7baf6]"
/* SCSS */
$brand: #f7baf6;
/* SwiftUI */
Color(red: 0.969, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#f7baf6")Accessibility — WCAG contrast
Aa
#f7baf6 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7baf6 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.9%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow0.4%
Key (black)3.1%
Color previews
#f7baf6 text on a black background
contrast 13.31:1
Card sample
#f7baf6 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7baf6;
Background color
Panel with #f7baf6 background
background-color: #f7baf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7baf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7baf6; background: linear-gradient(135deg, #f7baf6, #F7BACD);