#0b072f
a deep, vivid blue · warm · closest name: black
RGB
11, 7, 47
HSL
246°, 74%, 11%
CMYK
77, 85, 0, 82
Luminance
0.0043
Every format
| HEX | #0b072f |
| RGB | rgb(11, 7, 47) |
| HSL | hsl(246, 74%, 11%) |
| CMYK | cmyk(77%, 85%, 0%, 82%) |
| LAB | lab(3.9 13.1 -24.3) |
| LCH | lch(3.9 27.6 298.3) |
| OKLCH | oklch(0.170 0.076 279.3) |
Copy-ready code
/* CSS */
color: #0b072f;
background-color: #0b072f;
/* Tailwind (arbitrary) */
class="text-[#0b072f] bg-[#0b072f]"
/* SCSS */
$brand: #0b072f;
/* SwiftUI */
Color(red: 0.043, green: 0.027, blue: 0.184)
/* Android */
Color.parseColor("#0b072f")Accessibility — WCAG contrast
Aa
#0b072f on white: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b072f on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green2.7%
Blue18.4%
CMYK percentages
Cyan76.6%
Magenta85.1%
Yellow0.0%
Key (black)81.6%
Color previews
#0b072f text on a black background
contrast 1.09:1
Card sample
#0b072f text on a white background
contrast 19.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b072f;
Background color
Panel with #0b072f background
background-color: #0b072f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b072f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 7, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 7, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b072f; background: linear-gradient(135deg, #0b072f, #26072F);