#14473d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
20, 71, 61
HSL
168°, 56%, 18%
CMYK
72, 0, 14, 72
Luminance
0.0499
Every format
| HEX | #14473d |
| RGB | rgb(20, 71, 61) |
| HSL | hsl(168, 56%, 18%) |
| CMYK | cmyk(72%, 0%, 14%, 72%) |
| LAB | lab(26.7 -19.6 1.1) |
| LCH | lch(26.7 19.6 176.8) |
| OKLCH | oklch(0.361 0.056 177.4) |
Copy-ready code
/* CSS */
color: #14473d;
background-color: #14473d;
/* Tailwind (arbitrary) */
class="text-[#14473d] bg-[#14473d]"
/* SCSS */
$brand: #14473d;
/* SwiftUI */
Color(red: 0.078, green: 0.278, blue: 0.239)
/* Android */
Color.parseColor("#14473d")Accessibility — WCAG contrast
Aa
#14473d on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14473d on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green27.8%
Blue23.9%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow14.1%
Key (black)72.2%
Color previews
#14473d text on a black background
contrast 2.00:1
Card sample
#14473d text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14473d;
Background color
Panel with #14473d background
background-color: #14473d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14473d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 71, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 71, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14473d; background: linear-gradient(135deg, #14473d, #142F47);