#af385f
a balanced, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 56, 95
HSL
340°, 52%, 45%
CMYK
0, 68, 46, 31
Luminance
0.1277
Every format
| HEX | #af385f |
| RGB | rgb(175, 56, 95) |
| HSL | hsl(340, 52%, 45%) |
| CMYK | cmyk(0%, 68%, 46%, 31%) |
| LAB | lab(42.4 51.2 4.4) |
| LCH | lch(42.4 51.4 4.9) |
| OKLCH | oklch(0.524 0.157 4.3) |
Copy-ready code
/* CSS */
color: #af385f;
background-color: #af385f;
/* Tailwind (arbitrary) */
class="text-[#af385f] bg-[#af385f]"
/* SCSS */
$brand: #af385f;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 0.373)
/* Android */
Color.parseColor("#af385f")Accessibility — WCAG contrast
Aa
#af385f on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af385f on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow45.7%
Key (black)31.4%
Color previews
#af385f text on a black background
contrast 3.55:1
Card sample
#af385f text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af385f;
Background color
Panel with #af385f background
background-color: #af385f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af385f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af385f; background: linear-gradient(135deg, #af385f, #AF6038);