#0c3c5f
a deep, electric blue · cool · closest name: darkslategray
RGB
12, 60, 95
HSL
205°, 78%, 21%
CMYK
87, 37, 0, 63
Luminance
0.0414
Every format
| HEX | #0c3c5f |
| RGB | rgb(12, 60, 95) |
| HSL | hsl(205, 78%, 21%) |
| CMYK | cmyk(87%, 37%, 0%, 63%) |
| LAB | lab(24.1 -1.5 -25.2) |
| LCH | lch(24.1 25.2 266.7) |
| OKLCH | oklch(0.345 0.079 245.6) |
Copy-ready code
/* CSS */
color: #0c3c5f;
background-color: #0c3c5f;
/* Tailwind (arbitrary) */
class="text-[#0c3c5f] bg-[#0c3c5f]"
/* SCSS */
$brand: #0c3c5f;
/* SwiftUI */
Color(red: 0.047, green: 0.235, blue: 0.373)
/* Android */
Color.parseColor("#0c3c5f")Accessibility — WCAG contrast
Aa
#0c3c5f on white: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c3c5f on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green23.5%
Blue37.3%
CMYK percentages
Cyan87.4%
Magenta36.8%
Yellow0.0%
Key (black)62.7%
Color previews
#0c3c5f text on a black background
contrast 1.83:1
Card sample
#0c3c5f text on a white background
contrast 11.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c3c5f;
Background color
Panel with #0c3c5f background
background-color: #0c3c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c3c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 60, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 60, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c3c5f; background: linear-gradient(135deg, #0c3c5f, #130C5F);