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