#af4bc3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 75, 195
HSL
290°, 50%, 53%
CMYK
10, 62, 0, 24
Luminance
0.1809
Every format
| HEX | #af4bc3 |
| RGB | rgb(175, 75, 195) |
| HSL | hsl(290, 50%, 53%) |
| CMYK | cmyk(10%, 62%, 0%, 24%) |
| LAB | lab(49.6 57.8 -44.7) |
| LCH | lch(49.6 73.1 322.3) |
| OKLCH | oklch(0.590 0.197 320.6) |
Copy-ready code
/* CSS */
color: #af4bc3;
background-color: #af4bc3;
/* Tailwind (arbitrary) */
class="text-[#af4bc3] bg-[#af4bc3]"
/* SCSS */
$brand: #af4bc3;
/* SwiftUI */
Color(red: 0.686, green: 0.294, blue: 0.765)
/* Android */
Color.parseColor("#af4bc3")Accessibility — WCAG contrast
Aa
#af4bc3 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4bc3 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.4%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta61.5%
Yellow0.0%
Key (black)23.5%
Color previews
#af4bc3 text on a black background
contrast 4.62:1
Card sample
#af4bc3 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4bc3;
Background color
Panel with #af4bc3 background
background-color: #af4bc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4bc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 75, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 75, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4bc3; background: linear-gradient(135deg, #af4bc3, #C34B87);