#af70df
a light, vivid violet · warm · closest name: orchid
RGB
175, 112, 223
HSL
274°, 63%, 66%
CMYK
22, 50, 0, 13
Luminance
0.2603
Every format
| HEX | #af70df |
| RGB | rgb(175, 112, 223) |
| HSL | hsl(274, 63%, 66%) |
| CMYK | cmyk(22%, 50%, 0%, 13%) |
| LAB | lab(58.1 45.1 -47.3) |
| LCH | lch(58.1 65.3 313.7) |
| OKLCH | oklch(0.657 0.169 308.7) |
Copy-ready code
/* CSS */
color: #af70df;
background-color: #af70df;
/* Tailwind (arbitrary) */
class="text-[#af70df] bg-[#af70df]"
/* SCSS */
$brand: #af70df;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#af70df")Accessibility — WCAG contrast
Aa
#af70df on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af70df on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta49.8%
Yellow0.0%
Key (black)12.5%
Color previews
#af70df text on a black background
contrast 6.21:1
Card sample
#af70df text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af70df;
Background color
Panel with #af70df background
background-color: #af70df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af70df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af70df; background: linear-gradient(135deg, #af70df, #DF70C5);