#081c30
a deep, vivid blue · cool · closest name: black
RGB
8, 28, 48
HSL
210°, 71%, 11%
CMYK
83, 42, 0, 81
Luminance
0.0110
Every format
| HEX | #081c30 |
| RGB | rgb(8, 28, 48) |
| HSL | hsl(210, 71%, 11%) |
| CMYK | cmyk(83%, 42%, 0%, 81%) |
| LAB | lab(9.8 0.3 -15.7) |
| LCH | lch(9.8 15.7 271.0) |
| OKLCH | oklch(0.222 0.047 250.7) |
Copy-ready code
/* CSS */
color: #081c30;
background-color: #081c30;
/* Tailwind (arbitrary) */
class="text-[#081c30] bg-[#081c30]"
/* SCSS */
$brand: #081c30;
/* SwiftUI */
Color(red: 0.031, green: 0.110, blue: 0.188)
/* Android */
Color.parseColor("#081c30")Accessibility — WCAG contrast
Aa
#081c30 on white: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081c30 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green11.0%
Blue18.8%
CMYK percentages
Cyan83.3%
Magenta41.7%
Yellow0.0%
Key (black)81.2%
Color previews
#081c30 text on a black background
contrast 1.22:1
Card sample
#081c30 text on a white background
contrast 17.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081c30;
Background color
Panel with #081c30 background
background-color: #081c30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081c30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 28, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 28, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081c30; background: linear-gradient(135deg, #081c30, #0F0830);