#6700cd
a dark, electric violet · warm · closest name: blue
RGB
103, 0, 205
HSL
270°, 100%, 40%
CMYK
50, 100, 0, 20
Luminance
0.0729
Every format
| HEX | #6700cd |
| RGB | rgb(103, 0, 205) |
| HSL | hsl(270, 100%, 40%) |
| CMYK | cmyk(50%, 100%, 0%, 20%) |
| LAB | lab(32.5 70.7 -78.8) |
| LCH | lch(32.5 105.9 311.9) |
| OKLCH | oklch(0.452 0.249 294.5) |
Copy-ready code
/* CSS */
color: #6700cd;
background-color: #6700cd;
/* Tailwind (arbitrary) */
class="text-[#6700cd] bg-[#6700cd]"
/* SCSS */
$brand: #6700cd;
/* SwiftUI */
Color(red: 0.404, green: 0.000, blue: 0.804)
/* Android */
Color.parseColor("#6700cd")Accessibility — WCAG contrast
Aa
#6700cd on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6700cd on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green0.0%
Blue80.4%
CMYK percentages
Cyan49.8%
Magenta100.0%
Yellow0.0%
Key (black)19.6%
Color previews
#6700cd text on a black background
contrast 2.46:1
Card sample
#6700cd text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6700cd;
Background color
Panel with #6700cd background
background-color: #6700cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6700cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 0, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 0, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6700cd; background: linear-gradient(135deg, #6700cd, #CD00AB);