#341cba
a dark, vivid blue · warm · closest name: navy
RGB
52, 28, 186
HSL
249°, 74%, 42%
CMYK
72, 85, 0, 27
Luminance
0.0511
Every format
| HEX | #341cba |
| RGB | rgb(52, 28, 186) |
| HSL | hsl(249, 74%, 42%) |
| CMYK | cmyk(72%, 85%, 0%, 27%) |
| LAB | lab(27.0 55.9 -76.8) |
| LCH | lch(27.0 95.0 306.0) |
| OKLCH | oklch(0.396 0.223 275.9) |
Copy-ready code
/* CSS */
color: #341cba;
background-color: #341cba;
/* Tailwind (arbitrary) */
class="text-[#341cba] bg-[#341cba]"
/* SCSS */
$brand: #341cba;
/* SwiftUI */
Color(red: 0.204, green: 0.110, blue: 0.729)
/* Android */
Color.parseColor("#341cba")Accessibility — WCAG contrast
Aa
#341cba on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341cba on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green11.0%
Blue72.9%
CMYK percentages
Cyan72.0%
Magenta84.9%
Yellow0.0%
Key (black)27.1%
Color previews
#341cba text on a black background
contrast 2.02:1
Card sample
#341cba text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341cba;
Background color
Panel with #341cba background
background-color: #341cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 28, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 28, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341cba; background: linear-gradient(135deg, #341cba, #9D1CBA);