#6129df
a balanced, vivid violet · warm · closest name: blue
RGB
97, 41, 223
HSL
259°, 74%, 52%
CMYK
57, 82, 0, 13
Luminance
0.0945
Every format
| HEX | #6129df |
| RGB | rgb(97, 41, 223) |
| HSL | hsl(259, 74%, 52%) |
| CMYK | cmyk(57%, 82%, 0%, 13%) |
| LAB | lab(36.8 64.8 -82.0) |
| LCH | lch(36.8 104.5 308.3) |
| OKLCH | oklch(0.485 0.247 286.9) |
Copy-ready code
/* CSS */
color: #6129df;
background-color: #6129df;
/* Tailwind (arbitrary) */
class="text-[#6129df] bg-[#6129df]"
/* SCSS */
$brand: #6129df;
/* SwiftUI */
Color(red: 0.380, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#6129df")Accessibility — WCAG contrast
Aa
#6129df on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6129df on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green16.1%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#6129df text on a black background
contrast 2.89:1
Card sample
#6129df text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6129df;
Background color
Panel with #6129df background
background-color: #6129df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6129df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6129df; background: linear-gradient(135deg, #6129df, #DA29DF);