#6933df
a balanced, vivid violet · warm · closest name: navy
RGB
105, 51, 223
HSL
259°, 73%, 54%
CMYK
53, 77, 0, 13
Luminance
0.1070
Every format
| HEX | #6933df |
| RGB | rgb(105, 51, 223) |
| HSL | hsl(259, 73%, 54%) |
| CMYK | cmyk(53%, 77%, 0%, 13%) |
| LAB | lab(39.1 61.6 -78.3) |
| LCH | lch(39.1 99.7 308.2) |
| OKLCH | oklch(0.503 0.238 289.0) |
Copy-ready code
/* CSS */
color: #6933df;
background-color: #6933df;
/* Tailwind (arbitrary) */
class="text-[#6933df] bg-[#6933df]"
/* SCSS */
$brand: #6933df;
/* SwiftUI */
Color(red: 0.412, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#6933df")Accessibility — WCAG contrast
Aa
#6933df on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6933df on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green20.0%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#6933df text on a black background
contrast 3.14:1
Card sample
#6933df text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6933df;
Background color
Panel with #6933df background
background-color: #6933df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6933df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6933df; background: linear-gradient(135deg, #6933df, #DC33DF);