#ad4fda
a balanced, vivid violet · warm · closest name: orchid
RGB
173, 79, 218
HSL
281°, 65%, 58%
CMYK
21, 64, 0, 15
Luminance
0.1954
Every format
| HEX | #ad4fda |
| RGB | rgb(173, 79, 218) |
| HSL | hsl(281, 65%, 58%) |
| CMYK | cmyk(21%, 64%, 0%, 15%) |
| LAB | lab(51.3 60.1 -55.2) |
| LCH | lch(51.3 81.6 317.5) |
| OKLCH | oklch(0.606 0.212 313.0) |
Copy-ready code
/* CSS */
color: #ad4fda;
background-color: #ad4fda;
/* Tailwind (arbitrary) */
class="text-[#ad4fda] bg-[#ad4fda]"
/* SCSS */
$brand: #ad4fda;
/* SwiftUI */
Color(red: 0.678, green: 0.310, blue: 0.855)
/* Android */
Color.parseColor("#ad4fda")Accessibility — WCAG contrast
Aa
#ad4fda on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad4fda on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green31.0%
Blue85.5%
CMYK percentages
Cyan20.6%
Magenta63.8%
Yellow0.0%
Key (black)14.5%
Color previews
#ad4fda text on a black background
contrast 4.91:1
Card sample
#ad4fda text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad4fda;
Background color
Panel with #ad4fda background
background-color: #ad4fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad4fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 79, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 79, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad4fda; background: linear-gradient(135deg, #ad4fda, #DA4FAA);