#af607b
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 96, 123
HSL
340°, 33%, 53%
CMYK
0, 45, 30, 31
Luminance
0.1891
Every format
| HEX | #af607b |
| RGB | rgb(175, 96, 123) |
| HSL | hsl(340, 33%, 53%) |
| CMYK | cmyk(0%, 45%, 30%, 31%) |
| LAB | lab(50.6 35.2 -0.8) |
| LCH | lch(50.6 35.2 358.6) |
| OKLCH | oklch(0.588 0.107 359.1) |
Copy-ready code
/* CSS */
color: #af607b;
background-color: #af607b;
/* Tailwind (arbitrary) */
class="text-[#af607b] bg-[#af607b]"
/* SCSS */
$brand: #af607b;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.482)
/* Android */
Color.parseColor("#af607b")Accessibility — WCAG contrast
Aa
#af607b on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af607b on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow29.7%
Key (black)31.4%
Color previews
#af607b text on a black background
contrast 4.78:1
Card sample
#af607b text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af607b;
Background color
Panel with #af607b background
background-color: #af607b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af607b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af607b; background: linear-gradient(135deg, #af607b, #AF7A60);