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