#144b5f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
20, 75, 95
HSL
196°, 65%, 23%
CMYK
79, 21, 0, 63
Luminance
0.0601
Every format
| HEX | #144b5f |
| RGB | rgb(20, 75, 95) |
| HSL | hsl(196, 65%, 23%) |
| CMYK | cmyk(79%, 21%, 0%, 63%) |
| LAB | lab(29.4 -10.1 -16.8) |
| LCH | lch(29.4 19.6 239.0) |
| OKLCH | oklch(0.387 0.065 226.8) |
Copy-ready code
/* CSS */
color: #144b5f;
background-color: #144b5f;
/* Tailwind (arbitrary) */
class="text-[#144b5f] bg-[#144b5f]"
/* SCSS */
$brand: #144b5f;
/* SwiftUI */
Color(red: 0.078, green: 0.294, blue: 0.373)
/* Android */
Color.parseColor("#144b5f")Accessibility — WCAG contrast
Aa
#144b5f on white: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144b5f on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green29.4%
Blue37.3%
CMYK percentages
Cyan78.9%
Magenta21.1%
Yellow0.0%
Key (black)62.7%
Color previews
#144b5f text on a black background
contrast 2.20:1
Card sample
#144b5f text on a white background
contrast 9.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144b5f;
Background color
Panel with #144b5f background
background-color: #144b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 75, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 75, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144b5f; background: linear-gradient(135deg, #144b5f, #14195F);