#6929eb
a balanced, electric violet · warm · closest name: blue
RGB
105, 41, 235
HSL
260°, 83%, 54%
CMYK
55, 83, 0, 8
Luminance
0.1059
Every format
| HEX | #6929eb |
| RGB | rgb(105, 41, 235) |
| HSL | hsl(260, 83%, 54%) |
| CMYK | cmyk(55%, 83%, 0%, 8%) |
| LAB | lab(38.9 68.6 -85.5) |
| LCH | lch(38.9 109.6 308.8) |
| OKLCH | oklch(0.505 0.259 288.0) |
Copy-ready code
/* CSS */
color: #6929eb;
background-color: #6929eb;
/* Tailwind (arbitrary) */
class="text-[#6929eb] bg-[#6929eb]"
/* SCSS */
$brand: #6929eb;
/* SwiftUI */
Color(red: 0.412, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#6929eb")Accessibility — WCAG contrast
Aa
#6929eb on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6929eb on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green16.1%
Blue92.2%
CMYK percentages
Cyan55.3%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#6929eb text on a black background
contrast 3.12:1
Card sample
#6929eb text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6929eb;
Background color
Panel with #6929eb background
background-color: #6929eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6929eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6929eb; background: linear-gradient(135deg, #6929eb, #EA29EB);