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