#6502cf
a dark, electric violet · warm · closest name: blue
RGB
101, 2, 207
HSL
269°, 98%, 41%
CMYK
51, 99, 0, 19
Luminance
0.0732
Every format
| HEX | #6502cf |
| RGB | rgb(101, 2, 207) |
| HSL | hsl(269, 98%, 41%) |
| CMYK | cmyk(51%, 99%, 0%, 19%) |
| LAB | lab(32.5 70.7 -79.9) |
| LCH | lch(32.5 106.7 311.5) |
| OKLCH | oklch(0.452 0.250 293.2) |
Copy-ready code
/* CSS */
color: #6502cf;
background-color: #6502cf;
/* Tailwind (arbitrary) */
class="text-[#6502cf] bg-[#6502cf]"
/* SCSS */
$brand: #6502cf;
/* SwiftUI */
Color(red: 0.396, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#6502cf")Accessibility — WCAG contrast
Aa
#6502cf on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6502cf on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green0.8%
Blue81.2%
CMYK percentages
Cyan51.2%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#6502cf text on a black background
contrast 2.46:1
Card sample
#6502cf text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6502cf;
Background color
Panel with #6502cf background
background-color: #6502cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6502cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6502cf; background: linear-gradient(135deg, #6502cf, #CF02B0);