#3518ce
a balanced, electric blue · warm · closest name: blue
RGB
53, 24, 206
HSL
250°, 79%, 45%
CMYK
74, 88, 0, 19
Luminance
0.0587
Every format
| HEX | #3518ce |
| RGB | rgb(53, 24, 206) |
| HSL | hsl(250, 79%, 45%) |
| CMYK | cmyk(74%, 88%, 0%, 19%) |
| LAB | lab(29.1 62.9 -85.2) |
| LCH | lch(29.1 105.9 306.4) |
| OKLCH | oklch(0.417 0.247 274.4) |
Copy-ready code
/* CSS */
color: #3518ce;
background-color: #3518ce;
/* Tailwind (arbitrary) */
class="text-[#3518ce] bg-[#3518ce]"
/* SCSS */
$brand: #3518ce;
/* SwiftUI */
Color(red: 0.208, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#3518ce")Accessibility — WCAG contrast
Aa
#3518ce on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3518ce on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green9.4%
Blue80.8%
CMYK percentages
Cyan74.3%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#3518ce text on a black background
contrast 2.17:1
Card sample
#3518ce text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3518ce;
Background color
Panel with #3518ce background
background-color: #3518ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3518ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3518ce; background: linear-gradient(135deg, #3518ce, #AE18CE);