#f2baf3
a light, vivid magenta / pink · warm · closest name: plum
RGB
242, 186, 243
HSL
299°, 70%, 84%
CMYK
0, 24, 0, 5
Luminance
0.6047
Every format
| HEX | #f2baf3 |
| RGB | rgb(242, 186, 243) |
| HSL | hsl(299, 70%, 84%) |
| CMYK | cmyk(0%, 24%, 0%, 5%) |
| LAB | lab(82.1 29.5 -20.5) |
| LCH | lch(82.1 35.9 325.2) |
| OKLCH | oklch(0.857 0.098 325.8) |
Copy-ready code
/* CSS */
color: #f2baf3;
background-color: #f2baf3;
/* Tailwind (arbitrary) */
class="text-[#f2baf3] bg-[#f2baf3]"
/* SCSS */
$brand: #f2baf3;
/* SwiftUI */
Color(red: 0.949, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#f2baf3")Accessibility — WCAG contrast
Aa
#f2baf3 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2baf3 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green72.9%
Blue95.3%
CMYK percentages
Cyan0.4%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#f2baf3 text on a black background
contrast 13.09:1
Card sample
#f2baf3 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2baf3;
Background color
Panel with #f2baf3 background
background-color: #f2baf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2baf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2baf3; background: linear-gradient(135deg, #f2baf3, #F3BACE);