#3a26d3
a balanced, vivid blue · warm · closest name: navy
RGB
58, 38, 211
HSL
247°, 70%, 49%
CMYK
73, 82, 0, 17
Luminance
0.0699
Every format
| HEX | #3a26d3 |
| RGB | rgb(58, 38, 211) |
| HSL | hsl(247, 70%, 49%) |
| CMYK | cmyk(73%, 82%, 0%, 17%) |
| LAB | lab(31.8 59.3 -83.6) |
| LCH | lch(31.8 102.5 305.4) |
| OKLCH | oklch(0.438 0.242 274.9) |
Copy-ready code
/* CSS */
color: #3a26d3;
background-color: #3a26d3;
/* Tailwind (arbitrary) */
class="text-[#3a26d3] bg-[#3a26d3]"
/* SCSS */
$brand: #3a26d3;
/* SwiftUI */
Color(red: 0.227, green: 0.149, blue: 0.827)
/* Android */
Color.parseColor("#3a26d3")Accessibility — WCAG contrast
Aa
#3a26d3 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a26d3 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green14.9%
Blue82.7%
CMYK percentages
Cyan72.5%
Magenta82.0%
Yellow0.0%
Key (black)17.3%
Color previews
#3a26d3 text on a black background
contrast 2.40:1
Card sample
#3a26d3 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a26d3;
Background color
Panel with #3a26d3 background
background-color: #3a26d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a26d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 38, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 38, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a26d3; background: linear-gradient(135deg, #3a26d3, #AD26D3);