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