#6d36eb
a balanced, electric violet · warm · closest name: blue
RGB
109, 54, 235
HSL
258°, 82%, 57%
CMYK
54, 77, 0, 8
Luminance
0.1189
Every format
| HEX | #6d36eb |
| RGB | rgb(109, 54, 235) |
| HSL | hsl(258, 82%, 57%) |
| CMYK | cmyk(54%, 77%, 0%, 8%) |
| LAB | lab(41.0 64.0 -81.9) |
| LCH | lch(41.0 103.9 308.0) |
| OKLCH | oklch(0.521 0.248 288.3) |
Copy-ready code
/* CSS */
color: #6d36eb;
background-color: #6d36eb;
/* Tailwind (arbitrary) */
class="text-[#6d36eb] bg-[#6d36eb]"
/* SCSS */
$brand: #6d36eb;
/* SwiftUI */
Color(red: 0.427, green: 0.212, blue: 0.922)
/* Android */
Color.parseColor("#6d36eb")Accessibility — WCAG contrast
Aa
#6d36eb on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6d36eb on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green21.2%
Blue92.2%
CMYK percentages
Cyan53.6%
Magenta77.0%
Yellow0.0%
Key (black)7.8%
Color previews
#6d36eb text on a black background
contrast 3.38:1
Card sample
#6d36eb text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d36eb;
Background color
Panel with #6d36eb background
background-color: #6d36eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d36eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 54, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 54, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d36eb; background: linear-gradient(135deg, #6d36eb, #E636EB);