#081f39
a deep, electric blue · cool · closest name: black
RGB
8, 31, 57
HSL
212°, 75%, 13%
CMYK
86, 46, 0, 78
Luminance
0.0133
Every format
| HEX | #081f39 |
| RGB | rgb(8, 31, 57) |
| HSL | hsl(212, 75%, 13%) |
| CMYK | cmyk(86%, 46%, 0%, 78%) |
| LAB | lab(11.5 2.1 -19.4) |
| LCH | lch(11.5 19.6 276.1) |
| OKLCH | oklch(0.237 0.058 253.6) |
Copy-ready code
/* CSS */
color: #081f39;
background-color: #081f39;
/* Tailwind (arbitrary) */
class="text-[#081f39] bg-[#081f39]"
/* SCSS */
$brand: #081f39;
/* SwiftUI */
Color(red: 0.031, green: 0.122, blue: 0.224)
/* Android */
Color.parseColor("#081f39")Accessibility — WCAG contrast
Aa
#081f39 on white: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081f39 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.2%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta45.6%
Yellow0.0%
Key (black)77.6%
Color previews
#081f39 text on a black background
contrast 1.27:1
Card sample
#081f39 text on a white background
contrast 16.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081f39;
Background color
Panel with #081f39 background
background-color: #081f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 31, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 31, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081f39; background: linear-gradient(135deg, #081f39, #120839);