#6c13ff
a balanced, electric violet · warm · closest name: blue
RGB
108, 19, 255
HSL
263°, 100%, 54%
CMYK
58, 93, 0, 0
Luminance
0.1087
Every format
| HEX | #6c13ff |
| RGB | rgb(108, 19, 255) |
| HSL | hsl(263, 100%, 54%) |
| CMYK | cmyk(58%, 93%, 0%, 0%) |
| LAB | lab(39.4 79.4 -95.9) |
| LCH | lch(39.4 124.5 309.6) |
| OKLCH | oklch(0.515 0.289 287.0) |
Copy-ready code
/* CSS */
color: #6c13ff;
background-color: #6c13ff;
/* Tailwind (arbitrary) */
class="text-[#6c13ff] bg-[#6c13ff]"
/* SCSS */
$brand: #6c13ff;
/* SwiftUI */
Color(red: 0.424, green: 0.075, blue: 1.000)
/* Android */
Color.parseColor("#6c13ff")Accessibility — WCAG contrast
Aa
#6c13ff on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c13ff on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green7.5%
Blue100.0%
CMYK percentages
Cyan57.6%
Magenta92.5%
Yellow0.0%
Key (black)0.0%
Color previews
#6c13ff text on a black background
contrast 3.17:1
Card sample
#6c13ff text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c13ff;
Background color
Panel with #6c13ff background
background-color: #6c13ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c13ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 19, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 19, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c13ff; background: linear-gradient(135deg, #6c13ff, #FF13F5);