#0b0638
a deep, electric blue · warm · closest name: midnightblue
RGB
11, 6, 56
HSL
246°, 81%, 12%
CMYK
80, 89, 0, 78
Luminance
0.0049
Every format
| HEX | #0b0638 |
| RGB | rgb(11, 6, 56) |
| HSL | hsl(246, 81%, 12%) |
| CMYK | cmyk(80%, 89%, 0%, 78%) |
| LAB | lab(4.4 18.5 -30.1) |
| LCH | lch(4.4 35.3 301.6) |
| OKLCH | oklch(0.179 0.091 276.8) |
Copy-ready code
/* CSS */
color: #0b0638;
background-color: #0b0638;
/* Tailwind (arbitrary) */
class="text-[#0b0638] bg-[#0b0638]"
/* SCSS */
$brand: #0b0638;
/* SwiftUI */
Color(red: 0.043, green: 0.024, blue: 0.220)
/* Android */
Color.parseColor("#0b0638")Accessibility — WCAG contrast
Aa
#0b0638 on white: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b0638 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green2.4%
Blue22.0%
CMYK percentages
Cyan80.4%
Magenta89.3%
Yellow0.0%
Key (black)78.0%
Color previews
#0b0638 text on a black background
contrast 1.10:1
Card sample
#0b0638 text on a white background
contrast 19.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b0638;
Background color
Panel with #0b0638 background
background-color: #0b0638;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b0638;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 6, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 6, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b0638; background: linear-gradient(135deg, #0b0638, #2C0638);