#030516
a deep, electric blue · warm · closest name: black
RGB
3, 5, 22
HSL
234°, 76%, 5%
CMYK
86, 77, 0, 91
Luminance
0.0019
Every format
| HEX | #030516 |
| RGB | rgb(3, 5, 22) |
| HSL | hsl(234, 76%, 5%) |
| CMYK | cmyk(86%, 77%, 0%, 91%) |
| LAB | lab(1.7 2.5 -8.3) |
| LCH | lch(1.7 8.7 286.5) |
| OKLCH | oklch(0.125 0.040 271.3) |
Copy-ready code
/* CSS */
color: #030516;
background-color: #030516;
/* Tailwind (arbitrary) */
class="text-[#030516] bg-[#030516]"
/* SCSS */
$brand: #030516;
/* SwiftUI */
Color(red: 0.012, green: 0.020, blue: 0.086)
/* Android */
Color.parseColor("#030516")Accessibility — WCAG contrast
Aa
#030516 on white: 20.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030516 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green2.0%
Blue8.6%
CMYK percentages
Cyan86.4%
Magenta77.3%
Yellow0.0%
Key (black)91.4%
Color previews
#030516 text on a black background
contrast 1.04:1
Card sample
#030516 text on a white background
contrast 20.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030516;
Background color
Panel with #030516 background
background-color: #030516;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030516;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 5, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 5, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030516; background: linear-gradient(135deg, #030516, #0E0316);