#341dfd
a balanced, electric blue · warm · closest name: blue
RGB
52, 29, 253
HSL
246°, 98%, 55%
CMYK
79, 89, 0, 1
Luminance
0.0870
Every format
| HEX | #341dfd |
| RGB | rgb(52, 29, 253) |
| HSL | hsl(246, 98%, 55%) |
| CMYK | cmyk(79%, 89%, 0%, 1%) |
| LAB | lab(35.4 73.8 -101.5) |
| LCH | lch(35.4 125.5 306.0) |
| OKLCH | oklch(0.476 0.293 270.7) |
Copy-ready code
/* CSS */
color: #341dfd;
background-color: #341dfd;
/* Tailwind (arbitrary) */
class="text-[#341dfd] bg-[#341dfd]"
/* SCSS */
$brand: #341dfd;
/* SwiftUI */
Color(red: 0.204, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#341dfd")Accessibility — WCAG contrast
Aa
#341dfd on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341dfd on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green11.4%
Blue99.2%
CMYK percentages
Cyan79.4%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#341dfd text on a black background
contrast 2.74:1
Card sample
#341dfd text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341dfd;
Background color
Panel with #341dfd background
background-color: #341dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341dfd; background: linear-gradient(135deg, #341dfd, #C91DFD);