#0b395b
a deep, electric blue · cool · closest name: darkslategray
RGB
11, 57, 91
HSL
206°, 78%, 20%
CMYK
88, 37, 0, 64
Luminance
0.0375
Every format
| HEX | #0b395b |
| RGB | rgb(11, 57, 91) |
| HSL | hsl(206, 78%, 20%) |
| CMYK | cmyk(88%, 37%, 0%, 64%) |
| LAB | lab(22.8 -1.2 -24.6) |
| LCH | lch(22.8 24.6 267.2) |
| OKLCH | oklch(0.334 0.077 246.0) |
Copy-ready code
/* CSS */
color: #0b395b;
background-color: #0b395b;
/* Tailwind (arbitrary) */
class="text-[#0b395b] bg-[#0b395b]"
/* SCSS */
$brand: #0b395b;
/* SwiftUI */
Color(red: 0.043, green: 0.224, blue: 0.357)
/* Android */
Color.parseColor("#0b395b")Accessibility — WCAG contrast
Aa
#0b395b on white: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b395b on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green22.4%
Blue35.7%
CMYK percentages
Cyan87.9%
Magenta37.4%
Yellow0.0%
Key (black)64.3%
Color previews
#0b395b text on a black background
contrast 1.75:1
Card sample
#0b395b text on a white background
contrast 12.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b395b;
Background color
Panel with #0b395b background
background-color: #0b395b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b395b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 57, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 57, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b395b; background: linear-gradient(135deg, #0b395b, #120B5B);