#341ade
a balanced, electric blue · warm · closest name: blue
RGB
52, 26, 222
HSL
248°, 79%, 49%
CMYK
77, 88, 0, 13
Luminance
0.0674
Every format
| HEX | #341ade |
| RGB | rgb(52, 26, 222) |
| HSL | hsl(248, 79%, 49%) |
| CMYK | cmyk(77%, 88%, 0%, 13%) |
| LAB | lab(31.2 66.5 -90.9) |
| LCH | lch(31.2 112.6 306.2) |
| OKLCH | oklch(0.437 0.263 272.7) |
Copy-ready code
/* CSS */
color: #341ade;
background-color: #341ade;
/* Tailwind (arbitrary) */
class="text-[#341ade] bg-[#341ade]"
/* SCSS */
$brand: #341ade;
/* SwiftUI */
Color(red: 0.204, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#341ade")Accessibility — WCAG contrast
Aa
#341ade on white: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341ade on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green10.2%
Blue87.1%
CMYK percentages
Cyan76.6%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#341ade text on a black background
contrast 2.35:1
Card sample
#341ade text on a white background
contrast 8.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341ade;
Background color
Panel with #341ade background
background-color: #341ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341ade; background: linear-gradient(135deg, #341ade, #B71ADE);