#030320
a deep, electric blue · warm · closest name: black
RGB
3, 3, 32
HSL
240°, 83%, 7%
CMYK
91, 91, 0, 88
Luminance
0.0019
Every format
| HEX | #030320 |
| RGB | rgb(3, 3, 32) |
| HSL | hsl(240, 83%, 7%) |
| CMYK | cmyk(91%, 91%, 0%, 88%) |
| LAB | lab(1.7 6.2 -16.2) |
| LCH | lch(1.7 17.3 291.0) |
| OKLCH | oklch(0.130 0.064 273.0) |
Copy-ready code
/* CSS */
color: #030320;
background-color: #030320;
/* Tailwind (arbitrary) */
class="text-[#030320] bg-[#030320]"
/* SCSS */
$brand: #030320;
/* SwiftUI */
Color(red: 0.012, green: 0.012, blue: 0.125)
/* Android */
Color.parseColor("#030320")Accessibility — WCAG contrast
Aa
#030320 on white: 20.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030320 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green1.2%
Blue12.5%
CMYK percentages
Cyan90.6%
Magenta90.6%
Yellow0.0%
Key (black)87.5%
Color previews
#030320 text on a black background
contrast 1.04:1
Card sample
#030320 text on a white background
contrast 20.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030320;
Background color
Panel with #030320 background
background-color: #030320;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030320;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 3, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 3, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030320; background: linear-gradient(135deg, #030320, #160320);