#5f2cdb
a balanced, vivid violet · warm · closest name: navy
RGB
95, 44, 219
HSL
258°, 71%, 52%
CMYK
57, 80, 0, 14
Luminance
0.0935
Every format
| HEX | #5f2cdb |
| RGB | rgb(95, 44, 219) |
| HSL | hsl(258, 71%, 52%) |
| CMYK | cmyk(57%, 80%, 0%, 14%) |
| LAB | lab(36.6 62.3 -80.0) |
| LCH | lch(36.6 101.5 307.9) |
| OKLCH | oklch(0.482 0.240 286.6) |
Copy-ready code
/* CSS */
color: #5f2cdb;
background-color: #5f2cdb;
/* Tailwind (arbitrary) */
class="text-[#5f2cdb] bg-[#5f2cdb]"
/* SCSS */
$brand: #5f2cdb;
/* SwiftUI */
Color(red: 0.373, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#5f2cdb")Accessibility — WCAG contrast
Aa
#5f2cdb on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2cdb on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green17.3%
Blue85.9%
CMYK percentages
Cyan56.6%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#5f2cdb text on a black background
contrast 2.87:1
Card sample
#5f2cdb text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2cdb;
Background color
Panel with #5f2cdb background
background-color: #5f2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2cdb; background: linear-gradient(135deg, #5f2cdb, #D42CDB);