#6930df
a balanced, vivid violet · warm · closest name: navy
RGB
105, 48, 223
HSL
260°, 73%, 53%
CMYK
53, 79, 0, 13
Luminance
0.1044
Every format
| HEX | #6930df |
| RGB | rgb(105, 48, 223) |
| HSL | hsl(260, 73%, 53%) |
| CMYK | cmyk(53%, 79%, 0%, 13%) |
| LAB | lab(38.6 62.9 -79.0) |
| LCH | lch(38.6 101.0 308.5) |
| OKLCH | oklch(0.500 0.241 289.3) |
Copy-ready code
/* CSS */
color: #6930df;
background-color: #6930df;
/* Tailwind (arbitrary) */
class="text-[#6930df] bg-[#6930df]"
/* SCSS */
$brand: #6930df;
/* SwiftUI */
Color(red: 0.412, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#6930df")Accessibility — WCAG contrast
Aa
#6930df on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6930df on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green18.8%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#6930df text on a black background
contrast 3.09:1
Card sample
#6930df text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6930df;
Background color
Panel with #6930df background
background-color: #6930df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6930df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6930df; background: linear-gradient(135deg, #6930df, #DD30DF);