#f3baf6
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 186, 246
HSL
297°, 77%, 85%
CMYK
1, 24, 0, 4
Luminance
0.6083
Every format
| HEX | #f3baf6 |
| RGB | rgb(243, 186, 246) |
| HSL | hsl(297, 77%, 85%) |
| CMYK | cmyk(1%, 24%, 0%, 4%) |
| LAB | lab(82.3 30.4 -21.8) |
| LCH | lch(82.3 37.3 324.4) |
| OKLCH | oklch(0.859 0.102 324.8) |
Copy-ready code
/* CSS */
color: #f3baf6;
background-color: #f3baf6;
/* Tailwind (arbitrary) */
class="text-[#f3baf6] bg-[#f3baf6]"
/* SCSS */
$brand: #f3baf6;
/* SwiftUI */
Color(red: 0.953, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#f3baf6")Accessibility — WCAG contrast
Aa
#f3baf6 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3baf6 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green72.9%
Blue96.5%
CMYK percentages
Cyan1.2%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#f3baf6 text on a black background
contrast 13.17:1
Card sample
#f3baf6 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3baf6;
Background color
Panel with #f3baf6 background
background-color: #f3baf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3baf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3baf6; background: linear-gradient(135deg, #f3baf6, #F6BAD1);