#af70da
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 112, 218
HSL
276°, 59%, 65%
CMYK
20, 49, 0, 15
Luminance
0.2576
Every format
| HEX | #af70da |
| RGB | rgb(175, 112, 218) |
| HSL | hsl(276, 59%, 65%) |
| CMYK | cmyk(20%, 49%, 0%, 15%) |
| LAB | lab(57.8 44.0 -44.8) |
| LCH | lch(57.8 62.8 314.5) |
| OKLCH | oklch(0.654 0.164 310.0) |
Copy-ready code
/* CSS */
color: #af70da;
background-color: #af70da;
/* Tailwind (arbitrary) */
class="text-[#af70da] bg-[#af70da]"
/* SCSS */
$brand: #af70da;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.855)
/* Android */
Color.parseColor("#af70da")Accessibility — WCAG contrast
Aa
#af70da on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af70da on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta48.6%
Yellow0.0%
Key (black)14.5%
Color previews
#af70da text on a black background
contrast 6.15:1
Card sample
#af70da text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af70da;
Background color
Panel with #af70da background
background-color: #af70da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af70da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af70da; background: linear-gradient(135deg, #af70da, #DA70BE);