#5c25df
a balanced, vivid violet · warm · closest name: blue
RGB
92, 37, 223
HSL
258°, 74%, 51%
CMYK
59, 83, 0, 13
Luminance
0.0893
Every format
| HEX | #5c25df |
| RGB | rgb(92, 37, 223) |
| HSL | hsl(258, 74%, 51%) |
| CMYK | cmyk(59%, 83%, 0%, 13%) |
| LAB | lab(35.8 65.8 -83.7) |
| LCH | lch(35.8 106.4 308.2) |
| OKLCH | oklch(0.477 0.250 285.4) |
Copy-ready code
/* CSS */
color: #5c25df;
background-color: #5c25df;
/* Tailwind (arbitrary) */
class="text-[#5c25df] bg-[#5c25df]"
/* SCSS */
$brand: #5c25df;
/* SwiftUI */
Color(red: 0.361, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#5c25df")Accessibility — WCAG contrast
Aa
#5c25df on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c25df on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green14.5%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5c25df text on a black background
contrast 2.79:1
Card sample
#5c25df text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c25df;
Background color
Panel with #5c25df background
background-color: #5c25df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c25df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c25df; background: linear-gradient(135deg, #5c25df, #D825DF);