#0b6485
a dark, electric cyan · cool · closest name: steelblue
RGB
11, 100, 133
HSL
196°, 85%, 28%
CMYK
92, 25, 0, 48
Luminance
0.1088
Every format
| HEX | #0b6485 |
| RGB | rgb(11, 100, 133) |
| HSL | hsl(196, 85%, 28%) |
| CMYK | cmyk(92%, 25%, 0%, 48%) |
| LAB | lab(39.4 -11.4 -25.0) |
| LCH | lch(39.4 27.5 245.5) |
| OKLCH | oklch(0.472 0.091 230.6) |
Copy-ready code
/* CSS */
color: #0b6485;
background-color: #0b6485;
/* Tailwind (arbitrary) */
class="text-[#0b6485] bg-[#0b6485]"
/* SCSS */
$brand: #0b6485;
/* SwiftUI */
Color(red: 0.043, green: 0.392, blue: 0.522)
/* Android */
Color.parseColor("#0b6485")Accessibility — WCAG contrast
Aa
#0b6485 on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b6485 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green39.2%
Blue52.2%
CMYK percentages
Cyan91.7%
Magenta24.8%
Yellow0.0%
Key (black)47.8%
Color previews
#0b6485 text on a black background
contrast 3.18:1
Card sample
#0b6485 text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b6485;
Background color
Panel with #0b6485 background
background-color: #0b6485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b6485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 100, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 100, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b6485; background: linear-gradient(135deg, #0b6485, #0B1385);