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