#6922eb
a balanced, electric violet · warm · closest name: blue
RGB
105, 34, 235
HSL
261°, 83%, 53%
CMYK
55, 86, 0, 8
Luminance
0.1015
Every format
| HEX | #6922eb |
| RGB | rgb(105, 34, 235) |
| HSL | hsl(261, 83%, 53%) |
| CMYK | cmyk(55%, 86%, 0%, 8%) |
| LAB | lab(38.1 70.9 -86.8) |
| LCH | lch(38.1 112.1 309.3) |
| OKLCH | oklch(0.499 0.263 288.4) |
Copy-ready code
/* CSS */
color: #6922eb;
background-color: #6922eb;
/* Tailwind (arbitrary) */
class="text-[#6922eb] bg-[#6922eb]"
/* SCSS */
$brand: #6922eb;
/* SwiftUI */
Color(red: 0.412, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#6922eb")Accessibility — WCAG contrast
Aa
#6922eb on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6922eb on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green13.3%
Blue92.2%
CMYK percentages
Cyan55.3%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#6922eb text on a black background
contrast 3.03:1
Card sample
#6922eb text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6922eb;
Background color
Panel with #6922eb background
background-color: #6922eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6922eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6922eb; background: linear-gradient(135deg, #6922eb, #EB22E7);