#3415cd
a dark, electric blue · warm · closest name: blue
RGB
52, 21, 205
HSL
250°, 81%, 44%
CMYK
75, 90, 0, 20
Luminance
0.0567
Every format
| HEX | #3415cd |
| RGB | rgb(52, 21, 205) |
| HSL | hsl(250, 81%, 44%) |
| CMYK | cmyk(75%, 90%, 0%, 20%) |
| LAB | lab(28.6 63.5 -85.4) |
| LCH | lch(28.6 106.5 306.6) |
| OKLCH | oklch(0.413 0.247 274.3) |
Copy-ready code
/* CSS */
color: #3415cd;
background-color: #3415cd;
/* Tailwind (arbitrary) */
class="text-[#3415cd] bg-[#3415cd]"
/* SCSS */
$brand: #3415cd;
/* SwiftUI */
Color(red: 0.204, green: 0.082, blue: 0.804)
/* Android */
Color.parseColor("#3415cd")Accessibility — WCAG contrast
Aa
#3415cd on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3415cd on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green8.2%
Blue80.4%
CMYK percentages
Cyan74.6%
Magenta89.8%
Yellow0.0%
Key (black)19.6%
Color previews
#3415cd text on a black background
contrast 2.13:1
Card sample
#3415cd text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3415cd;
Background color
Panel with #3415cd background
background-color: #3415cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3415cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 21, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 21, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3415cd; background: linear-gradient(135deg, #3415cd, #AF15CD);