#0b2c5b
a deep, electric blue · cool · closest name: midnightblue
RGB
11, 44, 91
HSL
215°, 78%, 20%
CMYK
88, 52, 0, 64
Luminance
0.0263
Every format
| HEX | #0b2c5b |
| RGB | rgb(11, 44, 91) |
| HSL | hsl(215, 78%, 20%) |
| CMYK | cmyk(88%, 52%, 0%, 64%) |
| LAB | lab(18.5 8.1 -31.5) |
| LCH | lch(18.5 32.5 284.4) |
| OKLCH | oklch(0.300 0.093 258.2) |
Copy-ready code
/* CSS */
color: #0b2c5b;
background-color: #0b2c5b;
/* Tailwind (arbitrary) */
class="text-[#0b2c5b] bg-[#0b2c5b]"
/* SCSS */
$brand: #0b2c5b;
/* SwiftUI */
Color(red: 0.043, green: 0.173, blue: 0.357)
/* Android */
Color.parseColor("#0b2c5b")Accessibility — WCAG contrast
Aa
#0b2c5b on white: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b2c5b on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green17.3%
Blue35.7%
CMYK percentages
Cyan87.9%
Magenta51.6%
Yellow0.0%
Key (black)64.3%
Color previews
#0b2c5b text on a black background
contrast 1.53:1
Card sample
#0b2c5b text on a white background
contrast 13.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b2c5b;
Background color
Panel with #0b2c5b background
background-color: #0b2c5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b2c5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 44, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 44, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b2c5b; background: linear-gradient(135deg, #0b2c5b, #1F0B5B);