#0c3d53
a deep, vivid cyan · cool · closest name: darkslategray
RGB
12, 61, 83
HSL
199°, 75%, 19%
CMYK
86, 27, 0, 68
Luminance
0.0404
Every format
| HEX | #0c3d53 |
| RGB | rgb(12, 61, 83) |
| HSL | hsl(199, 75%, 19%) |
| CMYK | cmyk(86%, 27%, 0%, 68%) |
| LAB | lab(23.8 -7.1 -17.8) |
| LCH | lch(23.8 19.2 248.2) |
| OKLCH | oklch(0.340 0.063 232.9) |
Copy-ready code
/* CSS */
color: #0c3d53;
background-color: #0c3d53;
/* Tailwind (arbitrary) */
class="text-[#0c3d53] bg-[#0c3d53]"
/* SCSS */
$brand: #0c3d53;
/* SwiftUI */
Color(red: 0.047, green: 0.239, blue: 0.325)
/* Android */
Color.parseColor("#0c3d53")Accessibility — WCAG contrast
Aa
#0c3d53 on white: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c3d53 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green23.9%
Blue32.5%
CMYK percentages
Cyan85.5%
Magenta26.5%
Yellow0.0%
Key (black)67.5%
Color previews
#0c3d53 text on a black background
contrast 1.81:1
Card sample
#0c3d53 text on a white background
contrast 11.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c3d53;
Background color
Panel with #0c3d53 background
background-color: #0c3d53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c3d53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 61, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 61, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c3d53; background: linear-gradient(135deg, #0c3d53, #0C0E53);