#3411cd
a dark, electric blue · warm · closest name: blue
RGB
52, 17, 205
HSL
251°, 85%, 44%
CMYK
75, 92, 0, 20
Luminance
0.0554
Every format
| HEX | #3411cd |
| RGB | rgb(52, 17, 205) |
| HSL | hsl(251, 85%, 44%) |
| CMYK | cmyk(75%, 92%, 0%, 20%) |
| LAB | lab(28.2 64.6 -86.0) |
| LCH | lch(28.2 107.6 306.9) |
| OKLCH | oklch(0.411 0.249 274.4) |
Copy-ready code
/* CSS */
color: #3411cd;
background-color: #3411cd;
/* Tailwind (arbitrary) */
class="text-[#3411cd] bg-[#3411cd]"
/* SCSS */
$brand: #3411cd;
/* SwiftUI */
Color(red: 0.204, green: 0.067, blue: 0.804)
/* Android */
Color.parseColor("#3411cd")Accessibility — WCAG contrast
Aa
#3411cd on white: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3411cd on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green6.7%
Blue80.4%
CMYK percentages
Cyan74.6%
Magenta91.7%
Yellow0.0%
Key (black)19.6%
Color previews
#3411cd text on a black background
contrast 2.11:1
Card sample
#3411cd text on a white background
contrast 9.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3411cd;
Background color
Panel with #3411cd background
background-color: #3411cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3411cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 17, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 17, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3411cd; background: linear-gradient(135deg, #3411cd, #B111CD);