#af45d4
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 69, 212
HSL
285°, 62%, 55%
CMYK
18, 68, 0, 17
Luminance
0.1812
Every format
| HEX | #af45d4 |
| RGB | rgb(175, 69, 212) |
| HSL | hsl(285, 62%, 55%) |
| CMYK | cmyk(18%, 68%, 0%, 17%) |
| LAB | lab(49.6 63.7 -54.4) |
| LCH | lch(49.6 83.8 319.5) |
| OKLCH | oklch(0.594 0.220 316.0) |
Copy-ready code
/* CSS */
color: #af45d4;
background-color: #af45d4;
/* Tailwind (arbitrary) */
class="text-[#af45d4] bg-[#af45d4]"
/* SCSS */
$brand: #af45d4;
/* SwiftUI */
Color(red: 0.686, green: 0.271, blue: 0.831)
/* Android */
Color.parseColor("#af45d4")Accessibility — WCAG contrast
Aa
#af45d4 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af45d4 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.1%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta67.5%
Yellow0.0%
Key (black)16.9%
Color previews
#af45d4 text on a black background
contrast 4.62:1
Card sample
#af45d4 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af45d4;
Background color
Panel with #af45d4 background
background-color: #af45d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af45d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 69, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 69, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af45d4; background: linear-gradient(135deg, #af45d4, #D4459A);