#af45df
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 69, 223
HSL
281°, 71%, 57%
CMYK
22, 69, 0, 13
Luminance
0.1870
Every format
| HEX | #af45df |
| RGB | rgb(175, 69, 223) |
| HSL | hsl(281, 71%, 57%) |
| CMYK | cmyk(22%, 69%, 0%, 13%) |
| LAB | lab(50.3 65.9 -59.6) |
| LCH | lch(50.3 88.9 317.9) |
| OKLCH | oklch(0.601 0.231 313.2) |
Copy-ready code
/* CSS */
color: #af45df;
background-color: #af45df;
/* Tailwind (arbitrary) */
class="text-[#af45df] bg-[#af45df]"
/* SCSS */
$brand: #af45df;
/* SwiftUI */
Color(red: 0.686, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#af45df")Accessibility — WCAG contrast
Aa
#af45df on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af45df on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.1%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#af45df text on a black background
contrast 4.74:1
Card sample
#af45df text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af45df;
Background color
Panel with #af45df background
background-color: #af45df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af45df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af45df; background: linear-gradient(135deg, #af45df, #DF45A8);