#af75dc
a light, vivid violet · warm · closest name: orchid
RGB
175, 117, 220
HSL
274°, 60%, 66%
CMYK
21, 47, 0, 14
Luminance
0.2700
Every format
| HEX | #af75dc |
| RGB | rgb(175, 117, 220) |
| HSL | hsl(274, 60%, 66%) |
| CMYK | cmyk(21%, 47%, 0%, 14%) |
| LAB | lab(59.0 41.8 -44.1) |
| LCH | lch(59.0 60.8 313.4) |
| OKLCH | oklch(0.663 0.158 308.7) |
Copy-ready code
/* CSS */
color: #af75dc;
background-color: #af75dc;
/* Tailwind (arbitrary) */
class="text-[#af75dc] bg-[#af75dc]"
/* SCSS */
$brand: #af75dc;
/* SwiftUI */
Color(red: 0.686, green: 0.459, blue: 0.863)
/* Android */
Color.parseColor("#af75dc")Accessibility — WCAG contrast
Aa
#af75dc on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af75dc on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.9%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta46.8%
Yellow0.0%
Key (black)13.7%
Color previews
#af75dc text on a black background
contrast 6.40:1
Card sample
#af75dc text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af75dc;
Background color
Panel with #af75dc background
background-color: #af75dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af75dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 117, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 117, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af75dc; background: linear-gradient(135deg, #af75dc, #DC75C4);