#af408f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 143
HSL
317°, 46%, 47%
CMYK
0, 63, 18, 31
Luminance
0.1476
Every format
| HEX | #af408f |
| RGB | rgb(175, 64, 143) |
| HSL | hsl(317, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 18%, 31%) |
| LAB | lab(45.3 53.8 -20.8) |
| LCH | lch(45.3 57.7 338.9) |
| OKLCH | oklch(0.551 0.170 340.8) |
Copy-ready code
/* CSS */
color: #af408f;
background-color: #af408f;
/* Tailwind (arbitrary) */
class="text-[#af408f] bg-[#af408f]"
/* SCSS */
$brand: #af408f;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.561)
/* Android */
Color.parseColor("#af408f")Accessibility — WCAG contrast
Aa
#af408f on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af408f on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow18.3%
Key (black)31.4%
Color previews
#af408f text on a black background
contrast 3.95:1
Card sample
#af408f text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af408f;
Background color
Panel with #af408f background
background-color: #af408f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af408f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af408f; background: linear-gradient(135deg, #af408f, #AF4045);