#af294b
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 41, 75
HSL
345°, 62%, 42%
CMYK
0, 77, 57, 31
Luminance
0.1121
Every format
| HEX | #af294b |
| RGB | rgb(175, 41, 75) |
| HSL | hsl(345, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 57%, 31%) |
| LAB | lab(39.9 55.0 13.4) |
| LCH | lch(39.9 56.6 13.7) |
| OKLCH | oklch(0.504 0.170 11.4) |
Copy-ready code
/* CSS */
color: #af294b;
background-color: #af294b;
/* Tailwind (arbitrary) */
class="text-[#af294b] bg-[#af294b]"
/* SCSS */
$brand: #af294b;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.294)
/* Android */
Color.parseColor("#af294b")Accessibility — WCAG contrast
Aa
#af294b on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af294b on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow57.1%
Key (black)31.4%
Color previews
#af294b text on a black background
contrast 3.24:1
Card sample
#af294b text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af294b;
Background color
Panel with #af294b background
background-color: #af294b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af294b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af294b; background: linear-gradient(135deg, #af294b, #AF6129);