#0c536f
a deep, electric cyan · cool · closest name: darkslategray
RGB
12, 83, 111
HSL
197°, 81%, 24%
CMYK
89, 25, 0, 57
Luminance
0.0741
Every format
| HEX | #0c536f |
| RGB | rgb(12, 83, 111) |
| HSL | hsl(197, 81%, 24%) |
| CMYK | cmyk(89%, 25%, 0%, 57%) |
| LAB | lab(32.7 -9.7 -21.9) |
| LCH | lch(32.7 23.9 246.1) |
| OKLCH | oklch(0.416 0.079 231.1) |
Copy-ready code
/* CSS */
color: #0c536f;
background-color: #0c536f;
/* Tailwind (arbitrary) */
class="text-[#0c536f] bg-[#0c536f]"
/* SCSS */
$brand: #0c536f;
/* SwiftUI */
Color(red: 0.047, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#0c536f")Accessibility — WCAG contrast
Aa
#0c536f on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c536f on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green32.5%
Blue43.5%
CMYK percentages
Cyan89.2%
Magenta25.2%
Yellow0.0%
Key (black)56.5%
Color previews
#0c536f text on a black background
contrast 2.48:1
Card sample
#0c536f text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c536f;
Background color
Panel with #0c536f background
background-color: #0c536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c536f; background: linear-gradient(135deg, #0c536f, #0C116F);