#3a02df
a dark, electric violet · warm · closest name: blue
RGB
58, 2, 223
HSL
255°, 98%, 44%
CMYK
74, 99, 0, 13
Luminance
0.0627
Every format
| HEX | #3a02df |
| RGB | rgb(58, 2, 223) |
| HSL | hsl(255, 98%, 44%) |
| CMYK | cmyk(74%, 99%, 0%, 13%) |
| LAB | lab(30.1 72.1 -93.3) |
| LCH | lch(30.1 117.9 307.7) |
| OKLCH | oklch(0.431 0.270 274.8) |
Copy-ready code
/* CSS */
color: #3a02df;
background-color: #3a02df;
/* Tailwind (arbitrary) */
class="text-[#3a02df] bg-[#3a02df]"
/* SCSS */
$brand: #3a02df;
/* SwiftUI */
Color(red: 0.227, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#3a02df")Accessibility — WCAG contrast
Aa
#3a02df on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a02df on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green0.8%
Blue87.5%
CMYK percentages
Cyan74.0%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3a02df text on a black background
contrast 2.25:1
Card sample
#3a02df text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a02df;
Background color
Panel with #3a02df background
background-color: #3a02df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a02df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a02df; background: linear-gradient(135deg, #3a02df, #CD02DF);