#af245f
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
175, 36, 95
HSL
335°, 66%, 41%
CMYK
0, 79, 46, 31
Luminance
0.1120
Every format
| HEX | #af245f |
| RGB | rgb(175, 36, 95) |
| HSL | hsl(335, 66%, 41%) |
| CMYK | cmyk(0%, 79%, 46%, 31%) |
| LAB | lab(39.9 58.2 0.8) |
| LCH | lch(39.9 58.2 0.7) |
| OKLCH | oklch(0.505 0.179 0.8) |
Copy-ready code
/* CSS */
color: #af245f;
background-color: #af245f;
/* Tailwind (arbitrary) */
class="text-[#af245f] bg-[#af245f]"
/* SCSS */
$brand: #af245f;
/* SwiftUI */
Color(red: 0.686, green: 0.141, blue: 0.373)
/* Android */
Color.parseColor("#af245f")Accessibility — WCAG contrast
Aa
#af245f on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af245f on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow45.7%
Key (black)31.4%
Color previews
#af245f text on a black background
contrast 3.24:1
Card sample
#af245f text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af245f;
Background color
Panel with #af245f background
background-color: #af245f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af245f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 36, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 36, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af245f; background: linear-gradient(135deg, #af245f, #AF4624);