#af4fc5
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 79, 197
HSL
289°, 50%, 54%
CMYK
11, 60, 0, 23
Luminance
0.1874
Every format
| HEX | #af4fc5 |
| RGB | rgb(175, 79, 197) |
| HSL | hsl(289, 50%, 54%) |
| CMYK | cmyk(11%, 60%, 0%, 23%) |
| LAB | lab(50.4 56.4 -44.7) |
| LCH | lch(50.4 71.9 321.6) |
| OKLCH | oklch(0.596 0.193 319.8) |
Copy-ready code
/* CSS */
color: #af4fc5;
background-color: #af4fc5;
/* Tailwind (arbitrary) */
class="text-[#af4fc5] bg-[#af4fc5]"
/* SCSS */
$brand: #af4fc5;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.773)
/* Android */
Color.parseColor("#af4fc5")Accessibility — WCAG contrast
Aa
#af4fc5 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4fc5 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue77.3%
CMYK percentages
Cyan11.2%
Magenta59.9%
Yellow0.0%
Key (black)22.7%
Color previews
#af4fc5 text on a black background
contrast 4.75:1
Card sample
#af4fc5 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4fc5;
Background color
Panel with #af4fc5 background
background-color: #af4fc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4fc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4fc5; background: linear-gradient(135deg, #af4fc5, #C54F8C);