#f2baec
a light, vivid magenta / pink · warm · closest name: plum
RGB
242, 186, 236
HSL
306°, 68%, 84%
CMYK
0, 23, 3, 5
Luminance
0.6005
Every format
| HEX | #f2baec |
| RGB | rgb(242, 186, 236) |
| HSL | hsl(306, 68%, 84%) |
| CMYK | cmyk(0%, 23%, 3%, 5%) |
| LAB | lab(81.9 28.2 -17.1) |
| LCH | lch(81.9 33.0 328.9) |
| OKLCH | oklch(0.855 0.091 330.0) |
Copy-ready code
/* CSS */
color: #f2baec;
background-color: #f2baec;
/* Tailwind (arbitrary) */
class="text-[#f2baec] bg-[#f2baec]"
/* SCSS */
$brand: #f2baec;
/* SwiftUI */
Color(red: 0.949, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#f2baec")Accessibility — WCAG contrast
Aa
#f2baec on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2baec on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green72.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow2.5%
Key (black)5.1%
Color previews
#f2baec text on a black background
contrast 13.01:1
Card sample
#f2baec text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2baec;
Background color
Panel with #f2baec background
background-color: #f2baec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2baec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2baec; background: linear-gradient(135deg, #f2baec, #F2BAC7);