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