#3516cf
a dark, electric blue · warm · closest name: blue
RGB
53, 22, 207
HSL
250°, 81%, 45%
CMYK
74, 89, 0, 19
Luminance
0.0584
Every format
| HEX | #3516cf |
| RGB | rgb(53, 22, 207) |
| HSL | hsl(250, 81%, 45%) |
| CMYK | cmyk(74%, 89%, 0%, 19%) |
| LAB | lab(29.0 63.8 -85.9) |
| LCH | lch(29.0 107.0 306.6) |
| OKLCH | oklch(0.417 0.249 274.4) |
Copy-ready code
/* CSS */
color: #3516cf;
background-color: #3516cf;
/* Tailwind (arbitrary) */
class="text-[#3516cf] bg-[#3516cf]"
/* SCSS */
$brand: #3516cf;
/* SwiftUI */
Color(red: 0.208, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#3516cf")Accessibility — WCAG contrast
Aa
#3516cf on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3516cf on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green8.6%
Blue81.2%
CMYK percentages
Cyan74.4%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#3516cf text on a black background
contrast 2.17:1
Card sample
#3516cf text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3516cf;
Background color
Panel with #3516cf background
background-color: #3516cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3516cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3516cf; background: linear-gradient(135deg, #3516cf, #B016CF);