#f7b3f2
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 179, 242
HSL
304°, 81%, 84%
CMYK
0, 28, 2, 3
Luminance
0.5843
Every format
| HEX | #f7b3f2 |
| RGB | rgb(247, 179, 242) |
| HSL | hsl(304, 81%, 84%) |
| CMYK | cmyk(0%, 28%, 2%, 3%) |
| LAB | lab(81.0 34.6 -21.6) |
| LCH | lch(81.0 40.8 328.1) |
| OKLCH | oklch(0.850 0.113 329.0) |
Copy-ready code
/* CSS */
color: #f7b3f2;
background-color: #f7b3f2;
/* Tailwind (arbitrary) */
class="text-[#f7b3f2] bg-[#f7b3f2]"
/* SCSS */
$brand: #f7b3f2;
/* SwiftUI */
Color(red: 0.969, green: 0.702, blue: 0.949)
/* Android */
Color.parseColor("#f7b3f2")Accessibility — WCAG contrast
Aa
#f7b3f2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7b3f2 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green70.2%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow2.0%
Key (black)3.1%
Color previews
#f7b3f2 text on a black background
contrast 12.69:1
Card sample
#f7b3f2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7b3f2;
Background color
Panel with #f7b3f2 background
background-color: #f7b3f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7b3f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 179, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 179, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7b3f2; background: linear-gradient(135deg, #f7b3f2, #F7B3C5);