#f7b2da
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 178, 218
HSL
325°, 81%, 83%
CMYK
0, 28, 12, 3
Luminance
0.5668
Every format
| HEX | #f7b2da |
| RGB | rgb(247, 178, 218) |
| HSL | hsl(325, 81%, 83%) |
| CMYK | cmyk(0%, 28%, 12%, 3%) |
| LAB | lab(80.0 31.1 -10.1) |
| LCH | lch(80.0 32.6 342.0) |
| OKLCH | oklch(0.840 0.095 343.7) |
Copy-ready code
/* CSS */
color: #f7b2da;
background-color: #f7b2da;
/* Tailwind (arbitrary) */
class="text-[#f7b2da] bg-[#f7b2da]"
/* SCSS */
$brand: #f7b2da;
/* SwiftUI */
Color(red: 0.969, green: 0.698, blue: 0.855)
/* Android */
Color.parseColor("#f7b2da")Accessibility — WCAG contrast
Aa
#f7b2da on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7b2da on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green69.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow11.7%
Key (black)3.1%
Color previews
#f7b2da text on a black background
contrast 12.34:1
Card sample
#f7b2da text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7b2da;
Background color
Panel with #f7b2da background
background-color: #f7b2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7b2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 178, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 178, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7b2da; background: linear-gradient(135deg, #f7b2da, #F7B8B2);