#0b2e4b
a deep, vivid blue · cool · closest name: darkslategray
RGB
11, 46, 75
HSL
207°, 74%, 17%
CMYK
85, 39, 0, 71
Luminance
0.0253
Every format
| HEX | #0b2e4b |
| RGB | rgb(11, 46, 75) |
| HSL | hsl(207, 74%, 17%) |
| CMYK | cmyk(85%, 39%, 0%, 71%) |
| LAB | lab(18.1 -0.5 -21.5) |
| LCH | lch(18.1 21.5 268.7) |
| OKLCH | oklch(0.293 0.066 247.7) |
Copy-ready code
/* CSS */
color: #0b2e4b;
background-color: #0b2e4b;
/* Tailwind (arbitrary) */
class="text-[#0b2e4b] bg-[#0b2e4b]"
/* SCSS */
$brand: #0b2e4b;
/* SwiftUI */
Color(red: 0.043, green: 0.180, blue: 0.294)
/* Android */
Color.parseColor("#0b2e4b")Accessibility — WCAG contrast
Aa
#0b2e4b on white: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b2e4b on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green18.0%
Blue29.4%
CMYK percentages
Cyan85.3%
Magenta38.7%
Yellow0.0%
Key (black)70.6%
Color previews
#0b2e4b text on a black background
contrast 1.51:1
Card sample
#0b2e4b text on a white background
contrast 13.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b2e4b;
Background color
Panel with #0b2e4b background
background-color: #0b2e4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b2e4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 46, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 46, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b2e4b; background: linear-gradient(135deg, #0b2e4b, #130B4B);