#af274f
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 39, 79
HSL
342°, 64%, 42%
CMYK
0, 78, 55, 31
Luminance
0.1113
Every format
| HEX | #af274f |
| RGB | rgb(175, 39, 79) |
| HSL | hsl(342, 64%, 42%) |
| CMYK | cmyk(0%, 78%, 55%, 31%) |
| LAB | lab(39.8 56.0 10.7) |
| LCH | lch(39.8 57.0 10.9) |
| OKLCH | oklch(0.503 0.172 9.1) |
Copy-ready code
/* CSS */
color: #af274f;
background-color: #af274f;
/* Tailwind (arbitrary) */
class="text-[#af274f] bg-[#af274f]"
/* SCSS */
$brand: #af274f;
/* SwiftUI */
Color(red: 0.686, green: 0.153, blue: 0.310)
/* Android */
Color.parseColor("#af274f")Accessibility — WCAG contrast
Aa
#af274f on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af274f on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta77.7%
Yellow54.9%
Key (black)31.4%
Color previews
#af274f text on a black background
contrast 3.23:1
Card sample
#af274f text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af274f;
Background color
Panel with #af274f background
background-color: #af274f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af274f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 39, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 39, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af274f; background: linear-gradient(135deg, #af274f, #AF5A27);