#9b14ff
a balanced, electric violet · warm · closest name: blue
RGB
155, 20, 255
HSL
275°, 100%, 54%
CMYK
39, 92, 0, 0
Luminance
0.1469
Every format
| HEX | #9b14ff |
| RGB | rgb(155, 20, 255) |
| HSL | hsl(275, 100%, 54%) |
| CMYK | cmyk(39%, 92%, 0%, 0%) |
| LAB | lab(45.2 83.3 -86.1) |
| LCH | lch(45.2 119.8 314.1) |
| OKLCH | oklch(0.567 0.291 302.2) |
Copy-ready code
/* CSS */
color: #9b14ff;
background-color: #9b14ff;
/* Tailwind (arbitrary) */
class="text-[#9b14ff] bg-[#9b14ff]"
/* SCSS */
$brand: #9b14ff;
/* SwiftUI */
Color(red: 0.608, green: 0.078, blue: 1.000)
/* Android */
Color.parseColor("#9b14ff")Accessibility — WCAG contrast
Aa
#9b14ff on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b14ff on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green7.8%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta92.2%
Yellow0.0%
Key (black)0.0%
Color previews
#9b14ff text on a black background
contrast 3.94:1
Card sample
#9b14ff text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b14ff;
Background color
Panel with #9b14ff background
background-color: #9b14ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b14ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 20, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 20, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b14ff; background: linear-gradient(135deg, #9b14ff, #FF14C6);