#f7afbf
a light, electric red · warm · closest name: pink
RGB
247, 175, 191
HSL
347°, 82%, 83%
CMYK
0, 29, 23, 3
Luminance
0.5420
Every format
| HEX | #f7afbf |
| RGB | rgb(247, 175, 191) |
| HSL | hsl(347, 82%, 83%) |
| CMYK | cmyk(0%, 29%, 23%, 3%) |
| LAB | lab(78.6 28.5 2.4) |
| LCH | lch(78.6 28.6 4.9) |
| OKLCH | oklch(0.826 0.086 4.5) |
Copy-ready code
/* CSS */
color: #f7afbf;
background-color: #f7afbf;
/* Tailwind (arbitrary) */
class="text-[#f7afbf] bg-[#f7afbf]"
/* SCSS */
$brand: #f7afbf;
/* SwiftUI */
Color(red: 0.969, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#f7afbf")Accessibility — WCAG contrast
Aa
#f7afbf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7afbf on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow22.7%
Key (black)3.1%
Color previews
#f7afbf text on a black background
contrast 11.84:1
Card sample
#f7afbf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7afbf;
Background color
Panel with #f7afbf background
background-color: #f7afbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7afbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7afbf; background: linear-gradient(135deg, #f7afbf, #F7CFAF);