#030f26
a deep, electric blue · cool · closest name: black
RGB
3, 15, 38
HSL
219°, 85%, 8%
CMYK
92, 61, 0, 85
Luminance
0.0050
Every format
| HEX | #030f26 |
| RGB | rgb(3, 15, 38) |
| HSL | hsl(219, 85%, 8%) |
| CMYK | cmyk(92%, 61%, 0%, 85%) |
| LAB | lab(4.5 3.4 -16.5) |
| LCH | lch(4.5 16.8 281.5) |
| OKLCH | oklch(0.173 0.052 259.4) |
Copy-ready code
/* CSS */
color: #030f26;
background-color: #030f26;
/* Tailwind (arbitrary) */
class="text-[#030f26] bg-[#030f26]"
/* SCSS */
$brand: #030f26;
/* SwiftUI */
Color(red: 0.012, green: 0.059, blue: 0.149)
/* Android */
Color.parseColor("#030f26")Accessibility — WCAG contrast
Aa
#030f26 on white: 19.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030f26 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green5.9%
Blue14.9%
CMYK percentages
Cyan92.1%
Magenta60.5%
Yellow0.0%
Key (black)85.1%
Color previews
#030f26 text on a black background
contrast 1.10:1
Card sample
#030f26 text on a white background
contrast 19.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030f26;
Background color
Panel with #030f26 background
background-color: #030f26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030f26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 15, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 15, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030f26; background: linear-gradient(135deg, #030f26, #0E0326);