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