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