#f7baf0
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 186, 240
HSL
307°, 79%, 85%
CMYK
0, 25, 3, 3
Luminance
0.6118
Every format
| HEX | #f7baf0 |
| RGB | rgb(247, 186, 240) |
| HSL | hsl(307, 79%, 85%) |
| CMYK | cmyk(0%, 25%, 3%, 3%) |
| LAB | lab(82.5 30.6 -18.2) |
| LCH | lch(82.5 35.6 329.2) |
| OKLCH | oklch(0.861 0.099 330.3) |
Copy-ready code
/* CSS */
color: #f7baf0;
background-color: #f7baf0;
/* Tailwind (arbitrary) */
class="text-[#f7baf0] bg-[#f7baf0]"
/* SCSS */
$brand: #f7baf0;
/* SwiftUI */
Color(red: 0.969, green: 0.729, blue: 0.941)
/* Android */
Color.parseColor("#f7baf0")Accessibility — WCAG contrast
Aa
#f7baf0 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7baf0 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.9%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow2.8%
Key (black)3.1%
Color previews
#f7baf0 text on a black background
contrast 13.24:1
Card sample
#f7baf0 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7baf0;
Background color
Panel with #f7baf0 background
background-color: #f7baf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7baf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 186, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 186, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7baf0; background: linear-gradient(135deg, #f7baf0, #F7BAC7);