#af70ce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 112, 206
HSL
280°, 49%, 62%
CMYK
15, 46, 0, 19
Luminance
0.2516
Every format
| HEX | #af70ce |
| RGB | rgb(175, 112, 206) |
| HSL | hsl(280, 49%, 62%) |
| CMYK | cmyk(15%, 46%, 0%, 19%) |
| LAB | lab(57.2 41.4 -39.0) |
| LCH | lch(57.2 56.9 316.7) |
| OKLCH | oklch(0.648 0.150 313.7) |
Copy-ready code
/* CSS */
color: #af70ce;
background-color: #af70ce;
/* Tailwind (arbitrary) */
class="text-[#af70ce] bg-[#af70ce]"
/* SCSS */
$brand: #af70ce;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.808)
/* Android */
Color.parseColor("#af70ce")Accessibility — WCAG contrast
Aa
#af70ce on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af70ce on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta45.6%
Yellow0.0%
Key (black)19.2%
Color previews
#af70ce text on a black background
contrast 6.03:1
Card sample
#af70ce text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af70ce;
Background color
Panel with #af70ce background
background-color: #af70ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af70ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af70ce; background: linear-gradient(135deg, #af70ce, #CE70AE);