#f7adce
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 173, 206
HSL
333°, 82%, 82%
CMYK
0, 30, 17, 3
Luminance
0.5412
Every format
| HEX | #f7adce |
| RGB | rgb(247, 173, 206) |
| HSL | hsl(333, 82%, 82%) |
| CMYK | cmyk(0%, 30%, 17%, 3%) |
| LAB | lab(78.5 31.8 -5.8) |
| LCH | lch(78.5 32.3 349.7) |
| OKLCH | oklch(0.827 0.096 351.0) |
Copy-ready code
/* CSS */
color: #f7adce;
background-color: #f7adce;
/* Tailwind (arbitrary) */
class="text-[#f7adce] bg-[#f7adce]"
/* SCSS */
$brand: #f7adce;
/* SwiftUI */
Color(red: 0.969, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#f7adce")Accessibility — WCAG contrast
Aa
#f7adce on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7adce on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow16.6%
Key (black)3.1%
Color previews
#f7adce text on a black background
contrast 11.82:1
Card sample
#f7adce text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7adce;
Background color
Panel with #f7adce background
background-color: #f7adce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7adce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7adce; background: linear-gradient(135deg, #f7adce, #F7BDAD);