#0b2243
a deep, vivid blue · cool · closest name: black
RGB
11, 34, 67
HSL
215°, 72%, 15%
CMYK
84, 49, 0, 74
Luminance
0.0162
Every format
| HEX | #0b2243 |
| RGB | rgb(11, 34, 67) |
| HSL | hsl(215, 72%, 15%) |
| CMYK | cmyk(84%, 49%, 0%, 74%) |
| LAB | lab(13.3 4.8 -23.5) |
| LCH | lch(13.3 23.9 281.6) |
| OKLCH | oklch(0.254 0.069 257.8) |
Copy-ready code
/* CSS */
color: #0b2243;
background-color: #0b2243;
/* Tailwind (arbitrary) */
class="text-[#0b2243] bg-[#0b2243]"
/* SCSS */
$brand: #0b2243;
/* SwiftUI */
Color(red: 0.043, green: 0.133, blue: 0.263)
/* Android */
Color.parseColor("#0b2243")Accessibility — WCAG contrast
Aa
#0b2243 on white: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b2243 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green13.3%
Blue26.3%
CMYK percentages
Cyan83.6%
Magenta49.3%
Yellow0.0%
Key (black)73.7%
Color previews
#0b2243 text on a black background
contrast 1.32:1
Card sample
#0b2243 text on a white background
contrast 15.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b2243;
Background color
Panel with #0b2243 background
background-color: #0b2243;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b2243;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 34, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 34, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b2243; background: linear-gradient(135deg, #0b2243, #190B43);