#a114ff
a balanced, electric violet · warm · closest name: blue
RGB
161, 20, 255
HSL
276°, 100%, 54%
CMYK
37, 92, 0, 0
Luminance
0.1530
Every format
| HEX | #a114ff |
| RGB | rgb(161, 20, 255) |
| HSL | hsl(276, 100%, 54%) |
| CMYK | cmyk(37%, 92%, 0%, 0%) |
| LAB | lab(46.0 84.0 -84.7) |
| LCH | lch(46.0 119.3 314.8) |
| OKLCH | oklch(0.574 0.292 304.0) |
Copy-ready code
/* CSS */
color: #a114ff;
background-color: #a114ff;
/* Tailwind (arbitrary) */
class="text-[#a114ff] bg-[#a114ff]"
/* SCSS */
$brand: #a114ff;
/* SwiftUI */
Color(red: 0.631, green: 0.078, blue: 1.000)
/* Android */
Color.parseColor("#a114ff")Accessibility — WCAG contrast
Aa
#a114ff on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a114ff on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green7.8%
Blue100.0%
CMYK percentages
Cyan36.9%
Magenta92.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a114ff text on a black background
contrast 4.06:1
Card sample
#a114ff text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a114ff;
Background color
Panel with #a114ff background
background-color: #a114ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a114ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 20, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 20, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a114ff; background: linear-gradient(135deg, #a114ff, #FF14C0);