#6316cf
a dark, electric violet · warm · closest name: navy
RGB
99, 22, 207
HSL
265°, 81%, 45%
CMYK
52, 89, 0, 19
Luminance
0.0773
Every format
| HEX | #6316cf |
| RGB | rgb(99, 22, 207) |
| HSL | hsl(265, 81%, 45%) |
| CMYK | cmyk(52%, 89%, 0%, 19%) |
| LAB | lab(33.4 67.0 -78.4) |
| LCH | lch(33.4 103.2 310.5) |
| OKLCH | oklch(0.458 0.243 291.7) |
Copy-ready code
/* CSS */
color: #6316cf;
background-color: #6316cf;
/* Tailwind (arbitrary) */
class="text-[#6316cf] bg-[#6316cf]"
/* SCSS */
$brand: #6316cf;
/* SwiftUI */
Color(red: 0.388, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#6316cf")Accessibility — WCAG contrast
Aa
#6316cf on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6316cf on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green8.6%
Blue81.2%
CMYK percentages
Cyan52.2%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#6316cf text on a black background
contrast 2.55:1
Card sample
#6316cf text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6316cf;
Background color
Panel with #6316cf background
background-color: #6316cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6316cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6316cf; background: linear-gradient(135deg, #6316cf, #CF16C0);