#6902eb
a balanced, electric violet · warm · closest name: blue
RGB
105, 2, 235
HSL
267°, 98%, 47%
CMYK
55, 99, 0, 8
Luminance
0.0904
Every format
| HEX | #6902eb |
| RGB | rgb(105, 2, 235) |
| HSL | hsl(267, 98%, 47%) |
| CMYK | cmyk(55%, 99%, 0%, 8%) |
| LAB | lab(36.1 77.1 -90.1) |
| LCH | lch(36.1 118.6 310.5) |
| OKLCH | oklch(0.486 0.275 289.5) |
Copy-ready code
/* CSS */
color: #6902eb;
background-color: #6902eb;
/* Tailwind (arbitrary) */
class="text-[#6902eb] bg-[#6902eb]"
/* SCSS */
$brand: #6902eb;
/* SwiftUI */
Color(red: 0.412, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#6902eb")Accessibility — WCAG contrast
Aa
#6902eb on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6902eb on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green0.8%
Blue92.2%
CMYK percentages
Cyan55.3%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#6902eb text on a black background
contrast 2.81:1
Card sample
#6902eb text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6902eb;
Background color
Panel with #6902eb background
background-color: #6902eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6902eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6902eb; background: linear-gradient(135deg, #6902eb, #EB02D2);