#ad5cbf
a balanced, soft violet · warm · closest name: orchid
RGB
173, 92, 191
HSL
289°, 44%, 56%
CMYK
9, 52, 0, 25
Luminance
0.2030
Every format
| HEX | #ad5cbf |
| RGB | rgb(173, 92, 191) |
| HSL | hsl(289, 44%, 56%) |
| CMYK | cmyk(9%, 52%, 0%, 25%) |
| LAB | lab(52.2 48.3 -38.4) |
| LCH | lch(52.2 61.7 321.5) |
| OKLCH | oklch(0.608 0.166 320.1) |
Copy-ready code
/* CSS */
color: #ad5cbf;
background-color: #ad5cbf;
/* Tailwind (arbitrary) */
class="text-[#ad5cbf] bg-[#ad5cbf]"
/* SCSS */
$brand: #ad5cbf;
/* SwiftUI */
Color(red: 0.678, green: 0.361, blue: 0.749)
/* Android */
Color.parseColor("#ad5cbf")Accessibility — WCAG contrast
Aa
#ad5cbf on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad5cbf on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green36.1%
Blue74.9%
CMYK percentages
Cyan9.4%
Magenta51.8%
Yellow0.0%
Key (black)25.1%
Color previews
#ad5cbf text on a black background
contrast 5.06:1
Card sample
#ad5cbf text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5cbf;
Background color
Panel with #ad5cbf background
background-color: #ad5cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 92, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 92, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5cbf; background: linear-gradient(135deg, #ad5cbf, #BF5C8F);