#0c6998
a dark, electric blue · cool · closest name: steelblue
RGB
12, 105, 152
HSL
200°, 85%, 32%
CMYK
92, 31, 0, 40
Luminance
0.1245
Every format
| HEX | #0c6998 |
| RGB | rgb(12, 105, 152) |
| HSL | hsl(200, 85%, 32%) |
| CMYK | cmyk(92%, 31%, 0%, 40%) |
| LAB | lab(41.9 -7.0 -32.5) |
| LCH | lch(41.9 33.2 257.9) |
| OKLCH | oklch(0.496 0.108 238.9) |
Copy-ready code
/* CSS */
color: #0c6998;
background-color: #0c6998;
/* Tailwind (arbitrary) */
class="text-[#0c6998] bg-[#0c6998]"
/* SCSS */
$brand: #0c6998;
/* SwiftUI */
Color(red: 0.047, green: 0.412, blue: 0.596)
/* Android */
Color.parseColor("#0c6998")Accessibility — WCAG contrast
Aa
#0c6998 on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c6998 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green41.2%
Blue59.6%
CMYK percentages
Cyan92.1%
Magenta30.9%
Yellow0.0%
Key (black)40.4%
Color previews
#0c6998 text on a black background
contrast 3.49:1
Card sample
#0c6998 text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c6998;
Background color
Panel with #0c6998 background
background-color: #0c6998;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c6998;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 105, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 105, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c6998; background: linear-gradient(135deg, #0c6998, #0C0C98);