#f1accf
a light, vivid magenta / pink · warm · closest name: pink
RGB
241, 172, 207
HSL
330°, 71%, 81%
CMYK
0, 29, 14, 6
Luminance
0.5271
Every format
| HEX | #f1accf |
| RGB | rgb(241, 172, 207) |
| HSL | hsl(330, 71%, 81%) |
| CMYK | cmyk(0%, 29%, 14%, 6%) |
| LAB | lab(77.7 30.4 -7.6) |
| LCH | lch(77.7 31.3 345.9) |
| OKLCH | oklch(0.820 0.092 347.5) |
Copy-ready code
/* CSS */
color: #f1accf;
background-color: #f1accf;
/* Tailwind (arbitrary) */
class="text-[#f1accf] bg-[#f1accf]"
/* SCSS */
$brand: #f1accf;
/* SwiftUI */
Color(red: 0.945, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#f1accf")Accessibility — WCAG contrast
Aa
#f1accf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1accf on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow14.1%
Key (black)5.5%
Color previews
#f1accf text on a black background
contrast 11.54:1
Card sample
#f1accf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1accf;
Background color
Panel with #f1accf background
background-color: #f1accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1accf; background: linear-gradient(135deg, #f1accf, #F1B7AC);