#6025df
a balanced, vivid violet · warm · closest name: blue
RGB
96, 37, 223
HSL
259°, 74%, 51%
CMYK
57, 83, 0, 13
Luminance
0.0914
Every format
| HEX | #6025df |
| RGB | rgb(96, 37, 223) |
| HSL | hsl(259, 74%, 51%) |
| CMYK | cmyk(57%, 83%, 0%, 13%) |
| LAB | lab(36.3 66.1 -83.0) |
| LCH | lch(36.3 106.1 308.5) |
| OKLCH | oklch(0.481 0.250 286.8) |
Copy-ready code
/* CSS */
color: #6025df;
background-color: #6025df;
/* Tailwind (arbitrary) */
class="text-[#6025df] bg-[#6025df]"
/* SCSS */
$brand: #6025df;
/* SwiftUI */
Color(red: 0.376, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#6025df")Accessibility — WCAG contrast
Aa
#6025df on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6025df on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green14.5%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6025df text on a black background
contrast 2.83:1
Card sample
#6025df text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6025df;
Background color
Panel with #6025df background
background-color: #6025df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6025df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6025df; background: linear-gradient(135deg, #6025df, #DC25DF);