#f7bfad
a light, electric red · warm · closest name: pink
RGB
247, 191, 173
HSL
15°, 82%, 82%
CMYK
0, 23, 30, 3
Luminance
0.6005
Every format
| HEX | #f7bfad |
| RGB | rgb(247, 191, 173) |
| HSL | hsl(15, 82%, 82%) |
| CMYK | cmyk(0%, 23%, 30%, 3%) |
| LAB | lab(81.9 17.6 16.8) |
| LCH | lch(81.9 24.4 43.7) |
| OKLCH | oklch(0.850 0.070 38.6) |
Copy-ready code
/* CSS */
color: #f7bfad;
background-color: #f7bfad;
/* Tailwind (arbitrary) */
class="text-[#f7bfad] bg-[#f7bfad]"
/* SCSS */
$brand: #f7bfad;
/* SwiftUI */
Color(red: 0.969, green: 0.749, blue: 0.678)
/* Android */
Color.parseColor("#f7bfad")Accessibility — WCAG contrast
Aa
#f7bfad on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bfad on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow30.0%
Key (black)3.1%
Color previews
#f7bfad text on a black background
contrast 13.01:1
Card sample
#f7bfad text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bfad;
Background color
Panel with #f7bfad background
background-color: #f7bfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 191, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 191, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bfad; background: linear-gradient(135deg, #f7bfad, #F7F0AD);