#f2baf8
a pale, electric magenta / pink · warm · closest name: plum
RGB
242, 186, 248
HSL
294°, 82%, 85%
CMYK
2, 25, 0, 3
Luminance
0.6077
Every format
| HEX | #f2baf8 |
| RGB | rgb(242, 186, 248) |
| HSL | hsl(294, 82%, 85%) |
| CMYK | cmyk(2%, 25%, 0%, 3%) |
| LAB | lab(82.3 30.4 -22.9) |
| LCH | lch(82.3 38.0 323.0) |
| OKLCH | oklch(0.859 0.103 323.2) |
Copy-ready code
/* CSS */
color: #f2baf8;
background-color: #f2baf8;
/* Tailwind (arbitrary) */
class="text-[#f2baf8] bg-[#f2baf8]"
/* SCSS */
$brand: #f2baf8;
/* SwiftUI */
Color(red: 0.949, green: 0.729, blue: 0.973)
/* Android */
Color.parseColor("#f2baf8")Accessibility — WCAG contrast
Aa
#f2baf8 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2baf8 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green72.9%
Blue97.3%
CMYK percentages
Cyan2.4%
Magenta25.0%
Yellow0.0%
Key (black)2.7%
Color previews
#f2baf8 text on a black background
contrast 13.15:1
Card sample
#f2baf8 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2baf8;
Background color
Panel with #f2baf8 background
background-color: #f2baf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2baf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 186, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 186, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2baf8; background: linear-gradient(135deg, #f2baf8, #F8BAD5);