#f4bae2
a light, vivid magenta / pink · warm · closest name: plum
RGB
244, 186, 226
HSL
319°, 73%, 84%
CMYK
0, 24, 7, 4
Luminance
0.5984
Every format
| HEX | #f4bae2 |
| RGB | rgb(244, 186, 226) |
| HSL | hsl(319, 73%, 84%) |
| CMYK | cmyk(0%, 24%, 7%, 4%) |
| LAB | lab(81.8 27.1 -11.8) |
| LCH | lch(81.8 29.6 336.4) |
| OKLCH | oklch(0.853 0.084 338.1) |
Copy-ready code
/* CSS */
color: #f4bae2;
background-color: #f4bae2;
/* Tailwind (arbitrary) */
class="text-[#f4bae2] bg-[#f4bae2]"
/* SCSS */
$brand: #f4bae2;
/* SwiftUI */
Color(red: 0.957, green: 0.729, blue: 0.886)
/* Android */
Color.parseColor("#f4bae2")Accessibility — WCAG contrast
Aa
#f4bae2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bae2 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green72.9%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow7.4%
Key (black)4.3%
Color previews
#f4bae2 text on a black background
contrast 12.97:1
Card sample
#f4bae2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bae2;
Background color
Panel with #f4bae2 background
background-color: #f4bae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 186, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 186, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bae2; background: linear-gradient(135deg, #f4bae2, #F4BABB);