#f7baec
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 186, 236
HSL
311°, 79%, 85%
CMYK
0, 25, 5, 3
Luminance
0.6095
Every format
| HEX | #f7baec |
| RGB | rgb(247, 186, 236) |
| HSL | hsl(311, 79%, 85%) |
| CMYK | cmyk(0%, 25%, 5%, 3%) |
| LAB | lab(82.3 29.9 -16.3) |
| LCH | lch(82.3 34.0 331.4) |
| OKLCH | oklch(0.860 0.095 332.8) |
Copy-ready code
/* CSS */
color: #f7baec;
background-color: #f7baec;
/* Tailwind (arbitrary) */
class="text-[#f7baec] bg-[#f7baec]"
/* SCSS */
$brand: #f7baec;
/* SwiftUI */
Color(red: 0.969, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#f7baec")Accessibility — WCAG contrast
Aa
#f7baec on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7baec on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow4.5%
Key (black)3.1%
Color previews
#f7baec text on a black background
contrast 13.19:1
Card sample
#f7baec text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7baec;
Background color
Panel with #f7baec background
background-color: #f7baec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7baec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7baec; background: linear-gradient(135deg, #f7baec, #F7BAC3);