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