#af4cb4
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 76, 180
HSL
297°, 41%, 50%
CMYK
3, 58, 0, 29
Luminance
0.1758
Every format
| HEX | #af4cb4 |
| RGB | rgb(175, 76, 180) |
| HSL | hsl(297, 41%, 50%) |
| CMYK | cmyk(3%, 58%, 0%, 29%) |
| LAB | lab(49.0 54.6 -37.0) |
| LCH | lch(49.0 65.9 325.9) |
| OKLCH | oklch(0.583 0.181 325.7) |
Copy-ready code
/* CSS */
color: #af4cb4;
background-color: #af4cb4;
/* Tailwind (arbitrary) */
class="text-[#af4cb4] bg-[#af4cb4]"
/* SCSS */
$brand: #af4cb4;
/* SwiftUI */
Color(red: 0.686, green: 0.298, blue: 0.706)
/* Android */
Color.parseColor("#af4cb4")Accessibility — WCAG contrast
Aa
#af4cb4 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4cb4 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.8%
Blue70.6%
CMYK percentages
Cyan2.8%
Magenta57.8%
Yellow0.0%
Key (black)29.4%
Color previews
#af4cb4 text on a black background
contrast 4.52:1
Card sample
#af4cb4 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4cb4;
Background color
Panel with #af4cb4 background
background-color: #af4cb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4cb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 76, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 76, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4cb4; background: linear-gradient(135deg, #af4cb4, #B44C74);