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