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