#03161f
a deep, electric cyan · cool · closest name: black
RGB
3, 22, 31
HSL
199°, 82%, 7%
CMYK
90, 29, 0, 88
Luminance
0.0069
Every format
| HEX | #03161f |
| RGB | rgb(3, 22, 31) |
| HSL | hsl(199, 82%, 7%) |
| CMYK | cmyk(90%, 29%, 0%, 88%) |
| LAB | lab(6.3 -3.5 -8.5) |
| LCH | lch(6.3 9.2 247.4) |
| OKLCH | oklch(0.189 0.032 230.0) |
Copy-ready code
/* CSS */
color: #03161f;
background-color: #03161f;
/* Tailwind (arbitrary) */
class="text-[#03161f] bg-[#03161f]"
/* SCSS */
$brand: #03161f;
/* SwiftUI */
Color(red: 0.012, green: 0.086, blue: 0.122)
/* Android */
Color.parseColor("#03161f")Accessibility — WCAG contrast
Aa
#03161f on white: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03161f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green8.6%
Blue12.2%
CMYK percentages
Cyan90.3%
Magenta29.0%
Yellow0.0%
Key (black)87.8%
Color previews
#03161f text on a black background
contrast 1.14:1
Card sample
#03161f text on a white background
contrast 18.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03161f;
Background color
Panel with #03161f background
background-color: #03161f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03161f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 22, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 22, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03161f; background: linear-gradient(135deg, #03161f, #03031F);