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