#6902df
a dark, electric violet · warm · closest name: blue
RGB
105, 2, 223
HSL
268°, 98%, 44%
CMYK
53, 99, 0, 13
Luminance
0.0837
Every format
| HEX | #6902df |
| RGB | rgb(105, 2, 223) |
| HSL | hsl(268, 98%, 44%) |
| CMYK | cmyk(53%, 99%, 0%, 13%) |
| LAB | lab(34.8 74.4 -85.5) |
| LCH | lch(34.8 113.3 311.1) |
| OKLCH | oklch(0.473 0.264 291.6) |
Copy-ready code
/* CSS */
color: #6902df;
background-color: #6902df;
/* Tailwind (arbitrary) */
class="text-[#6902df] bg-[#6902df]"
/* SCSS */
$brand: #6902df;
/* SwiftUI */
Color(red: 0.412, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#6902df")Accessibility — WCAG contrast
Aa
#6902df on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6902df on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green0.8%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#6902df text on a black background
contrast 2.67:1
Card sample
#6902df text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6902df;
Background color
Panel with #6902df background
background-color: #6902df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6902df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6902df; background: linear-gradient(135deg, #6902df, #DF02C1);