#6733cf
a balanced, vivid violet · warm · closest name: indigo
RGB
103, 51, 207
HSL
260°, 62%, 51%
CMYK
50, 75, 0, 19
Luminance
0.0976
Every format
| HEX | #6733cf |
| RGB | rgb(103, 51, 207) |
| HSL | hsl(260, 62%, 51%) |
| CMYK | cmyk(50%, 75%, 0%, 19%) |
| LAB | lab(37.4 57.1 -71.9) |
| LCH | lch(37.4 91.8 308.5) |
| OKLCH | oklch(0.486 0.221 291.0) |
Copy-ready code
/* CSS */
color: #6733cf;
background-color: #6733cf;
/* Tailwind (arbitrary) */
class="text-[#6733cf] bg-[#6733cf]"
/* SCSS */
$brand: #6733cf;
/* SwiftUI */
Color(red: 0.404, green: 0.200, blue: 0.812)
/* Android */
Color.parseColor("#6733cf")Accessibility — WCAG contrast
Aa
#6733cf on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6733cf on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green20.0%
Blue81.2%
CMYK percentages
Cyan50.2%
Magenta75.4%
Yellow0.0%
Key (black)18.8%
Color previews
#6733cf text on a black background
contrast 2.95:1
Card sample
#6733cf text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6733cf;
Background color
Panel with #6733cf background
background-color: #6733cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6733cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 51, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 51, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6733cf; background: linear-gradient(135deg, #6733cf, #CF33CF);