#f7accf
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 172, 207
HSL
332°, 82%, 82%
CMYK
0, 30, 16, 3
Luminance
0.5378
Every format
| HEX | #f7accf |
| RGB | rgb(247, 172, 207) |
| HSL | hsl(332, 82%, 82%) |
| CMYK | cmyk(0%, 30%, 16%, 3%) |
| LAB | lab(78.3 32.5 -6.6) |
| LCH | lch(78.3 33.1 348.5) |
| OKLCH | oklch(0.826 0.098 349.9) |
Copy-ready code
/* CSS */
color: #f7accf;
background-color: #f7accf;
/* Tailwind (arbitrary) */
class="text-[#f7accf] bg-[#f7accf]"
/* SCSS */
$brand: #f7accf;
/* SwiftUI */
Color(red: 0.969, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#f7accf")Accessibility — WCAG contrast
Aa
#f7accf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7accf on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow16.2%
Key (black)3.1%
Color previews
#f7accf text on a black background
contrast 11.76:1
Card sample
#f7accf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7accf;
Background color
Panel with #f7accf background
background-color: #f7accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7accf; background: linear-gradient(135deg, #f7accf, #F7BBAC);