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