#5925df
a balanced, vivid violet · warm · closest name: blue
RGB
89, 37, 223
HSL
257°, 74%, 51%
CMYK
60, 83, 0, 13
Luminance
0.0877
Every format
| HEX | #5925df |
| RGB | rgb(89, 37, 223) |
| HSL | hsl(257, 74%, 51%) |
| CMYK | cmyk(60%, 83%, 0%, 13%) |
| LAB | lab(35.5 65.5 -84.2) |
| LCH | lch(35.5 106.6 307.9) |
| OKLCH | oklch(0.474 0.250 284.3) |
Copy-ready code
/* CSS */
color: #5925df;
background-color: #5925df;
/* Tailwind (arbitrary) */
class="text-[#5925df] bg-[#5925df]"
/* SCSS */
$brand: #5925df;
/* SwiftUI */
Color(red: 0.349, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#5925df")Accessibility — WCAG contrast
Aa
#5925df on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5925df on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green14.5%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5925df text on a black background
contrast 2.75:1
Card sample
#5925df text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5925df;
Background color
Panel with #5925df background
background-color: #5925df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5925df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5925df; background: linear-gradient(135deg, #5925df, #D525DF);