#af3c65
a balanced, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 60, 101
HSL
339°, 49%, 46%
CMYK
0, 66, 42, 31
Luminance
0.1329
Every format
| HEX | #af3c65 |
| RGB | rgb(175, 60, 101) |
| HSL | hsl(339, 49%, 46%) |
| CMYK | cmyk(0%, 66%, 42%, 31%) |
| LAB | lab(43.2 50.2 1.8) |
| LCH | lch(43.2 50.2 2.0) |
| OKLCH | oklch(0.530 0.153 1.9) |
Copy-ready code
/* CSS */
color: #af3c65;
background-color: #af3c65;
/* Tailwind (arbitrary) */
class="text-[#af3c65] bg-[#af3c65]"
/* SCSS */
$brand: #af3c65;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.396)
/* Android */
Color.parseColor("#af3c65")Accessibility — WCAG contrast
Aa
#af3c65 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3c65 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow42.3%
Key (black)31.4%
Color previews
#af3c65 text on a black background
contrast 3.66:1
Card sample
#af3c65 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3c65;
Background color
Panel with #af3c65 background
background-color: #af3c65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3c65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3c65; background: linear-gradient(135deg, #af3c65, #AF603C);