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