#ab77da
a light, vivid violet · warm · closest name: orchid
RGB
171, 119, 218
HSL
272°, 57%, 66%
CMYK
22, 45, 0, 15
Luminance
0.2691
Every format
| HEX | #ab77da |
| RGB | rgb(171, 119, 218) |
| HSL | hsl(272, 57%, 66%) |
| CMYK | cmyk(22%, 45%, 0%, 15%) |
| LAB | lab(58.9 39.1 -43.2) |
| LCH | lch(58.9 58.2 312.2) |
| OKLCH | oklch(0.662 0.151 307.0) |
Copy-ready code
/* CSS */
color: #ab77da;
background-color: #ab77da;
/* Tailwind (arbitrary) */
class="text-[#ab77da] bg-[#ab77da]"
/* SCSS */
$brand: #ab77da;
/* SwiftUI */
Color(red: 0.671, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#ab77da")Accessibility — WCAG contrast
Aa
#ab77da on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab77da on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green46.7%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#ab77da text on a black background
contrast 6.38:1
Card sample
#ab77da text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab77da;
Background color
Panel with #ab77da background
background-color: #ab77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab77da; background: linear-gradient(135deg, #ab77da, #DA77C7);