#ad4ecf
a balanced, vivid violet · warm · closest name: orchid
RGB
173, 78, 207
HSL
284°, 57%, 56%
CMYK
16, 62, 0, 19
Luminance
0.1884
Every format
| HEX | #ad4ecf |
| RGB | rgb(173, 78, 207) |
| HSL | hsl(284, 57%, 56%) |
| CMYK | cmyk(16%, 62%, 0%, 19%) |
| LAB | lab(50.5 58.4 -50.2) |
| LCH | lch(50.5 77.0 319.3) |
| OKLCH | oklch(0.598 0.203 316.1) |
Copy-ready code
/* CSS */
color: #ad4ecf;
background-color: #ad4ecf;
/* Tailwind (arbitrary) */
class="text-[#ad4ecf] bg-[#ad4ecf]"
/* SCSS */
$brand: #ad4ecf;
/* SwiftUI */
Color(red: 0.678, green: 0.306, blue: 0.812)
/* Android */
Color.parseColor("#ad4ecf")Accessibility — WCAG contrast
Aa
#ad4ecf on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad4ecf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green30.6%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta62.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ad4ecf text on a black background
contrast 4.77:1
Card sample
#ad4ecf text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad4ecf;
Background color
Panel with #ad4ecf background
background-color: #ad4ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad4ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 78, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 78, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad4ecf; background: linear-gradient(135deg, #ad4ecf, #CF4E9B);