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