#341cd3
a balanced, electric blue · warm · closest name: blue
RGB
52, 28, 211
HSL
248°, 77%, 47%
CMYK
75, 87, 0, 17
Luminance
0.0626
Every format
| HEX | #341cd3 |
| RGB | rgb(52, 28, 211) |
| HSL | hsl(248, 77%, 47%) |
| CMYK | cmyk(75%, 87%, 0%, 17%) |
| LAB | lab(30.1 62.9 -86.4) |
| LCH | lch(30.1 106.9 306.0) |
| OKLCH | oklch(0.426 0.250 273.5) |
Copy-ready code
/* CSS */
color: #341cd3;
background-color: #341cd3;
/* Tailwind (arbitrary) */
class="text-[#341cd3] bg-[#341cd3]"
/* SCSS */
$brand: #341cd3;
/* SwiftUI */
Color(red: 0.204, green: 0.110, blue: 0.827)
/* Android */
Color.parseColor("#341cd3")Accessibility — WCAG contrast
Aa
#341cd3 on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341cd3 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green11.0%
Blue82.7%
CMYK percentages
Cyan75.4%
Magenta86.7%
Yellow0.0%
Key (black)17.3%
Color previews
#341cd3 text on a black background
contrast 2.25:1
Card sample
#341cd3 text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341cd3;
Background color
Panel with #341cd3 background
background-color: #341cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 28, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 28, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341cd3; background: linear-gradient(135deg, #341cd3, #AE1CD3);