#6933cd
a balanced, vivid violet · warm · closest name: indigo
RGB
105, 51, 205
HSL
261°, 61%, 50%
CMYK
49, 75, 0, 20
Luminance
0.0978
Every format
| HEX | #6933cd |
| RGB | rgb(105, 51, 205) |
| HSL | hsl(261, 61%, 50%) |
| CMYK | cmyk(49%, 75%, 0%, 20%) |
| LAB | lab(37.4 56.9 -70.6) |
| LCH | lch(37.4 90.7 308.9) |
| OKLCH | oklch(0.486 0.219 292.2) |
Copy-ready code
/* CSS */
color: #6933cd;
background-color: #6933cd;
/* Tailwind (arbitrary) */
class="text-[#6933cd] bg-[#6933cd]"
/* SCSS */
$brand: #6933cd;
/* SwiftUI */
Color(red: 0.412, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#6933cd")Accessibility — WCAG contrast
Aa
#6933cd on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6933cd on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green20.0%
Blue80.4%
CMYK percentages
Cyan48.8%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#6933cd text on a black background
contrast 2.96:1
Card sample
#6933cd text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6933cd;
Background color
Panel with #6933cd background
background-color: #6933cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6933cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6933cd; background: linear-gradient(135deg, #6933cd, #CD33CA);