#ad3fda
a balanced, vivid violet · warm · closest name: orchid
RGB
173, 63, 218
HSL
283°, 68%, 55%
CMYK
21, 71, 0, 15
Luminance
0.1750
Every format
| HEX | #ad3fda |
| RGB | rgb(173, 63, 218) |
| HSL | hsl(283, 68%, 55%) |
| CMYK | cmyk(21%, 71%, 0%, 15%) |
| LAB | lab(48.9 66.9 -59.1) |
| LCH | lch(48.9 89.3 318.6) |
| OKLCH | oklch(0.589 0.232 314.1) |
Copy-ready code
/* CSS */
color: #ad3fda;
background-color: #ad3fda;
/* Tailwind (arbitrary) */
class="text-[#ad3fda] bg-[#ad3fda]"
/* SCSS */
$brand: #ad3fda;
/* SwiftUI */
Color(red: 0.678, green: 0.247, blue: 0.855)
/* Android */
Color.parseColor("#ad3fda")Accessibility — WCAG contrast
Aa
#ad3fda on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad3fda on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green24.7%
Blue85.5%
CMYK percentages
Cyan20.6%
Magenta71.1%
Yellow0.0%
Key (black)14.5%
Color previews
#ad3fda text on a black background
contrast 4.50:1
Card sample
#ad3fda text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad3fda;
Background color
Panel with #ad3fda background
background-color: #ad3fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad3fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 63, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 63, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad3fda; background: linear-gradient(135deg, #ad3fda, #DA3FA0);