#f3a3ae
a light, electric red · warm · closest name: pink
RGB
243, 163, 174
HSL
352°, 77%, 80%
CMYK
0, 33, 28, 5
Luminance
0.4831
Every format
| HEX | #f3a3ae |
| RGB | rgb(243, 163, 174) |
| HSL | hsl(352, 77%, 80%) |
| CMYK | cmyk(0%, 33%, 28%, 5%) |
| LAB | lab(75.0 31.0 6.5) |
| LCH | lch(75.0 31.7 11.8) |
| OKLCH | oklch(0.797 0.096 10.4) |
Copy-ready code
/* CSS */
color: #f3a3ae;
background-color: #f3a3ae;
/* Tailwind (arbitrary) */
class="text-[#f3a3ae] bg-[#f3a3ae]"
/* SCSS */
$brand: #f3a3ae;
/* SwiftUI */
Color(red: 0.953, green: 0.639, blue: 0.682)
/* Android */
Color.parseColor("#f3a3ae")Accessibility — WCAG contrast
Aa
#f3a3ae on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3a3ae on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green63.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow28.4%
Key (black)4.7%
Color previews
#f3a3ae text on a black background
contrast 10.66:1
Card sample
#f3a3ae text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3a3ae;
Background color
Panel with #f3a3ae background
background-color: #f3a3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3a3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 163, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 163, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3a3ae; background: linear-gradient(135deg, #f3a3ae, #F3CDA3);