#3a30ec
a balanced, electric blue · warm · closest name: blue
RGB
58, 48, 236
HSL
243°, 83%, 56%
CMYK
75, 80, 0, 8
Luminance
0.0907
Every format
| HEX | #3a30ec |
| RGB | rgb(58, 48, 236) |
| HSL | hsl(243, 83%, 56%) |
| CMYK | cmyk(75%, 80%, 0%, 8%) |
| LAB | lab(36.1 62.2 -90.7) |
| LCH | lch(36.1 110.0 304.4) |
| OKLCH | oklch(0.476 0.263 272.5) |
Copy-ready code
/* CSS */
color: #3a30ec;
background-color: #3a30ec;
/* Tailwind (arbitrary) */
class="text-[#3a30ec] bg-[#3a30ec]"
/* SCSS */
$brand: #3a30ec;
/* SwiftUI */
Color(red: 0.227, green: 0.188, blue: 0.925)
/* Android */
Color.parseColor("#3a30ec")Accessibility — WCAG contrast
Aa
#3a30ec on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a30ec on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green18.8%
Blue92.5%
CMYK percentages
Cyan75.4%
Magenta79.7%
Yellow0.0%
Key (black)7.5%
Color previews
#3a30ec text on a black background
contrast 2.81:1
Card sample
#3a30ec text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a30ec;
Background color
Panel with #3a30ec background
background-color: #3a30ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a30ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 48, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 48, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a30ec; background: linear-gradient(135deg, #3a30ec, #B730EC);