#0c503c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
12, 80, 60
HSL
162°, 74%, 18%
CMYK
85, 0, 25, 69
Luminance
0.0614
Every format
| HEX | #0c503c |
| RGB | rgb(12, 80, 60) |
| HSL | hsl(162, 74%, 18%) |
| CMYK | cmyk(85%, 0%, 25%, 69%) |
| LAB | lab(29.8 -25.8 6.1) |
| LCH | lch(29.8 26.5 166.7) |
| OKLCH | oklch(0.386 0.073 167.7) |
Copy-ready code
/* CSS */
color: #0c503c;
background-color: #0c503c;
/* Tailwind (arbitrary) */
class="text-[#0c503c] bg-[#0c503c]"
/* SCSS */
$brand: #0c503c;
/* SwiftUI */
Color(red: 0.047, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#0c503c")Accessibility — WCAG contrast
Aa
#0c503c on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c503c on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green31.4%
Blue23.5%
CMYK percentages
Cyan85.0%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#0c503c text on a black background
contrast 2.23:1
Card sample
#0c503c text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c503c;
Background color
Panel with #0c503c background
background-color: #0c503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c503c; background: linear-gradient(135deg, #0c503c, #0C3650);