#af62db
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 98, 219
HSL
278°, 63%, 62%
CMYK
20, 55, 0, 14
Luminance
0.2296
Every format
| HEX | #af62db |
| RGB | rgb(175, 98, 219) |
| HSL | hsl(278, 63%, 62%) |
| CMYK | cmyk(20%, 55%, 0%, 14%) |
| LAB | lab(55.0 51.6 -49.8) |
| LCH | lch(55.0 71.7 316.0) |
| OKLCH | oklch(0.634 0.187 311.6) |
Copy-ready code
/* CSS */
color: #af62db;
background-color: #af62db;
/* Tailwind (arbitrary) */
class="text-[#af62db] bg-[#af62db]"
/* SCSS */
$brand: #af62db;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.859)
/* Android */
Color.parseColor("#af62db")Accessibility — WCAG contrast
Aa
#af62db on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af62db on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta55.3%
Yellow0.0%
Key (black)14.1%
Color previews
#af62db text on a black background
contrast 5.59:1
Card sample
#af62db text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af62db;
Background color
Panel with #af62db background
background-color: #af62db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af62db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af62db; background: linear-gradient(135deg, #af62db, #DB62B6);