#ab4fd3
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 79, 211
HSL
282°, 60%, 57%
CMYK
19, 63, 0, 17
Luminance
0.1895
Every format
| HEX | #ab4fd3 |
| RGB | rgb(171, 79, 211) |
| HSL | hsl(282, 60%, 57%) |
| CMYK | cmyk(19%, 63%, 0%, 17%) |
| LAB | lab(50.6 58.2 -52.3) |
| LCH | lch(50.6 78.3 318.1) |
| OKLCH | oklch(0.600 0.205 314.1) |
Copy-ready code
/* CSS */
color: #ab4fd3;
background-color: #ab4fd3;
/* Tailwind (arbitrary) */
class="text-[#ab4fd3] bg-[#ab4fd3]"
/* SCSS */
$brand: #ab4fd3;
/* SwiftUI */
Color(red: 0.671, green: 0.310, blue: 0.827)
/* Android */
Color.parseColor("#ab4fd3")Accessibility — WCAG contrast
Aa
#ab4fd3 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab4fd3 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green31.0%
Blue82.7%
CMYK percentages
Cyan19.0%
Magenta62.6%
Yellow0.0%
Key (black)17.3%
Color previews
#ab4fd3 text on a black background
contrast 4.79:1
Card sample
#ab4fd3 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4fd3;
Background color
Panel with #ab4fd3 background
background-color: #ab4fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 79, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 79, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4fd3; background: linear-gradient(135deg, #ab4fd3, #D34FA3);