#af4fc1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 79, 193
HSL
291°, 48%, 53%
CMYK
9, 59, 0, 24
Luminance
0.1856
Every format
| HEX | #af4fc1 |
| RGB | rgb(175, 79, 193) |
| HSL | hsl(291, 48%, 53%) |
| CMYK | cmyk(9%, 59%, 0%, 24%) |
| LAB | lab(50.2 55.6 -42.7) |
| LCH | lch(50.2 70.1 322.5) |
| OKLCH | oklch(0.594 0.189 321.1) |
Copy-ready code
/* CSS */
color: #af4fc1;
background-color: #af4fc1;
/* Tailwind (arbitrary) */
class="text-[#af4fc1] bg-[#af4fc1]"
/* SCSS */
$brand: #af4fc1;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.757)
/* Android */
Color.parseColor("#af4fc1")Accessibility — WCAG contrast
Aa
#af4fc1 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4fc1 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue75.7%
CMYK percentages
Cyan9.3%
Magenta59.1%
Yellow0.0%
Key (black)24.3%
Color previews
#af4fc1 text on a black background
contrast 4.71:1
Card sample
#af4fc1 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4fc1;
Background color
Panel with #af4fc1 background
background-color: #af4fc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4fc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4fc1; background: linear-gradient(135deg, #af4fc1, #C14F87);