#6502cd
a dark, electric violet · warm · closest name: blue
RGB
101, 2, 205
HSL
269°, 98%, 41%
CMYK
51, 99, 0, 20
Luminance
0.0722
Every format
| HEX | #6502cd |
| RGB | rgb(101, 2, 205) |
| HSL | hsl(269, 98%, 41%) |
| CMYK | cmyk(51%, 99%, 0%, 20%) |
| LAB | lab(32.3 70.2 -79.1) |
| LCH | lch(32.3 105.8 311.6) |
| OKLCH | oklch(0.450 0.248 293.6) |
Copy-ready code
/* CSS */
color: #6502cd;
background-color: #6502cd;
/* Tailwind (arbitrary) */
class="text-[#6502cd] bg-[#6502cd]"
/* SCSS */
$brand: #6502cd;
/* SwiftUI */
Color(red: 0.396, green: 0.008, blue: 0.804)
/* Android */
Color.parseColor("#6502cd")Accessibility — WCAG contrast
Aa
#6502cd on white: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6502cd on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green0.8%
Blue80.4%
CMYK percentages
Cyan50.7%
Magenta99.0%
Yellow0.0%
Key (black)19.6%
Color previews
#6502cd text on a black background
contrast 2.44:1
Card sample
#6502cd text on a white background
contrast 8.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6502cd;
Background color
Panel with #6502cd background
background-color: #6502cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6502cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 2, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 2, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6502cd; background: linear-gradient(135deg, #6502cd, #CD02AE);