#12503c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
18, 80, 60
HSL
161°, 63%, 19%
CMYK
78, 0, 25, 69
Luminance
0.0619
Every format
| HEX | #12503c |
| RGB | rgb(18, 80, 60) |
| HSL | hsl(161, 63%, 19%) |
| CMYK | cmyk(78%, 0%, 25%, 69%) |
| LAB | lab(29.9 -24.9 6.3) |
| LCH | lch(29.9 25.6 165.8) |
| OKLCH | oklch(0.387 0.071 166.9) |
Copy-ready code
/* CSS */
color: #12503c;
background-color: #12503c;
/* Tailwind (arbitrary) */
class="text-[#12503c] bg-[#12503c]"
/* SCSS */
$brand: #12503c;
/* SwiftUI */
Color(red: 0.071, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#12503c")Accessibility — WCAG contrast
Aa
#12503c on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12503c on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green31.4%
Blue23.5%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#12503c text on a black background
contrast 2.24:1
Card sample
#12503c text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12503c;
Background color
Panel with #12503c background
background-color: #12503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12503c; background: linear-gradient(135deg, #12503c, #123B50);