#f3acce
a light, vivid magenta / pink · warm · closest name: pink
RGB
243, 172, 206
HSL
331°, 75%, 81%
CMYK
0, 29, 15, 5
Luminance
0.5302
Every format
| HEX | #f3acce |
| RGB | rgb(243, 172, 206) |
| HSL | hsl(331, 75%, 81%) |
| CMYK | cmyk(0%, 29%, 15%, 5%) |
| LAB | lab(77.9 30.9 -6.8) |
| LCH | lch(77.9 31.7 347.6) |
| OKLCH | oklch(0.821 0.093 349.1) |
Copy-ready code
/* CSS */
color: #f3acce;
background-color: #f3acce;
/* Tailwind (arbitrary) */
class="text-[#f3acce] bg-[#f3acce]"
/* SCSS */
$brand: #f3acce;
/* SwiftUI */
Color(red: 0.953, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#f3acce")Accessibility — WCAG contrast
Aa
#f3acce on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3acce on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow15.2%
Key (black)4.7%
Color previews
#f3acce text on a black background
contrast 11.60:1
Card sample
#f3acce text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3acce;
Background color
Panel with #f3acce background
background-color: #f3acce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3acce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3acce; background: linear-gradient(135deg, #f3acce, #F3B9AC);