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