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