#5c25c9
a balanced, vivid violet · warm · closest name: navy
RGB
92, 37, 201
HSL
260°, 69%, 47%
CMYK
54, 82, 0, 21
Luminance
0.0782
Every format
| HEX | #5c25c9 |
| RGB | rgb(92, 37, 201) |
| HSL | hsl(260, 69%, 47%) |
| CMYK | cmyk(54%, 82%, 0%, 21%) |
| LAB | lab(33.6 60.1 -74.7) |
| LCH | lch(33.6 95.8 308.8) |
| OKLCH | oklch(0.455 0.227 289.0) |
Copy-ready code
/* CSS */
color: #5c25c9;
background-color: #5c25c9;
/* Tailwind (arbitrary) */
class="text-[#5c25c9] bg-[#5c25c9]"
/* SCSS */
$brand: #5c25c9;
/* SwiftUI */
Color(red: 0.361, green: 0.145, blue: 0.788)
/* Android */
Color.parseColor("#5c25c9")Accessibility — WCAG contrast
Aa
#5c25c9 on white: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c25c9 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green14.5%
Blue78.8%
CMYK percentages
Cyan54.2%
Magenta81.6%
Yellow0.0%
Key (black)21.2%
Color previews
#5c25c9 text on a black background
contrast 2.56:1
Card sample
#5c25c9 text on a white background
contrast 8.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c25c9;
Background color
Panel with #5c25c9 background
background-color: #5c25c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c25c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 37, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 37, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c25c9; background: linear-gradient(135deg, #5c25c9, #C925C9);