#ab4fd0
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 79, 208
HSL
283°, 58%, 56%
CMYK
18, 62, 0, 18
Luminance
0.1880
Every format
| HEX | #ab4fd0 |
| RGB | rgb(171, 79, 208) |
| HSL | hsl(283, 58%, 56%) |
| CMYK | cmyk(18%, 62%, 0%, 18%) |
| LAB | lab(50.5 57.6 -50.9) |
| LCH | lch(50.5 76.9 318.6) |
| OKLCH | oklch(0.598 0.202 314.9) |
Copy-ready code
/* CSS */
color: #ab4fd0;
background-color: #ab4fd0;
/* Tailwind (arbitrary) */
class="text-[#ab4fd0] bg-[#ab4fd0]"
/* SCSS */
$brand: #ab4fd0;
/* SwiftUI */
Color(red: 0.671, green: 0.310, blue: 0.816)
/* Android */
Color.parseColor("#ab4fd0")Accessibility — WCAG contrast
Aa
#ab4fd0 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab4fd0 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green31.0%
Blue81.6%
CMYK percentages
Cyan17.8%
Magenta62.0%
Yellow0.0%
Key (black)18.4%
Color previews
#ab4fd0 text on a black background
contrast 4.76:1
Card sample
#ab4fd0 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4fd0;
Background color
Panel with #ab4fd0 background
background-color: #ab4fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 79, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 79, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4fd0; background: linear-gradient(135deg, #ab4fd0, #D04F9F);