#ab5ace
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 90, 206
HSL
282°, 54%, 58%
CMYK
17, 56, 0, 19
Luminance
0.2043
Every format
| HEX | #ab5ace |
| RGB | rgb(171, 90, 206) |
| HSL | hsl(282, 54%, 58%) |
| CMYK | cmyk(17%, 56%, 0%, 19%) |
| LAB | lab(52.3 51.9 -46.8) |
| LCH | lch(52.3 69.8 318.0) |
| OKLCH | oklch(0.611 0.183 314.5) |
Copy-ready code
/* CSS */
color: #ab5ace;
background-color: #ab5ace;
/* Tailwind (arbitrary) */
class="text-[#ab5ace] bg-[#ab5ace]"
/* SCSS */
$brand: #ab5ace;
/* SwiftUI */
Color(red: 0.671, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#ab5ace")Accessibility — WCAG contrast
Aa
#ab5ace on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5ace on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green35.3%
Blue80.8%
CMYK percentages
Cyan17.0%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#ab5ace text on a black background
contrast 5.09:1
Card sample
#ab5ace text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5ace;
Background color
Panel with #ab5ace background
background-color: #ab5ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5ace; background: linear-gradient(135deg, #ab5ace, #CE5AA4);