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