#4516cf
a dark, electric violet · warm · closest name: blue
RGB
69, 22, 207
HSL
255°, 81%, 45%
CMYK
67, 89, 0, 19
Luminance
0.0634
Every format
| HEX | #4516cf |
| RGB | rgb(69, 22, 207) |
| HSL | hsl(255, 81%, 45%) |
| CMYK | cmyk(67%, 89%, 0%, 19%) |
| LAB | lab(30.3 64.7 -83.8) |
| LCH | lch(30.3 105.8 307.7) |
| OKLCH | oklch(0.429 0.245 279.9) |
Copy-ready code
/* CSS */
color: #4516cf;
background-color: #4516cf;
/* Tailwind (arbitrary) */
class="text-[#4516cf] bg-[#4516cf]"
/* SCSS */
$brand: #4516cf;
/* SwiftUI */
Color(red: 0.271, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#4516cf")Accessibility — WCAG contrast
Aa
#4516cf on white: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4516cf on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green8.6%
Blue81.2%
CMYK percentages
Cyan66.7%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4516cf text on a black background
contrast 2.27:1
Card sample
#4516cf text on a white background
contrast 9.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4516cf;
Background color
Panel with #4516cf background
background-color: #4516cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4516cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4516cf; background: linear-gradient(135deg, #4516cf, #C016CF);