#030113
a deep, electric blue · warm · closest name: black
RGB
3, 1, 19
HSL
247°, 90%, 4%
CMYK
84, 95, 0, 93
Luminance
0.0009
Every format
| HEX | #030113 |
| RGB | rgb(3, 1, 19) |
| HSL | hsl(247, 90%, 4%) |
| CMYK | cmyk(84%, 95%, 0%, 93%) |
| LAB | lab(0.8 3.4 -7.6) |
| LCH | lch(0.8 8.3 294.0) |
| OKLCH | oklch(0.101 0.049 283.5) |
Copy-ready code
/* CSS */
color: #030113;
background-color: #030113;
/* Tailwind (arbitrary) */
class="text-[#030113] bg-[#030113]"
/* SCSS */
$brand: #030113;
/* SwiftUI */
Color(red: 0.012, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#030113")Accessibility — WCAG contrast
Aa
#030113 on white: 20.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030113 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green0.4%
Blue7.5%
CMYK percentages
Cyan84.2%
Magenta94.7%
Yellow0.0%
Key (black)92.5%
Color previews
#030113 text on a black background
contrast 1.02:1
Card sample
#030113 text on a white background
contrast 20.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030113;
Background color
Panel with #030113 background
background-color: #030113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030113; background: linear-gradient(135deg, #030113, #0F0113);