#144444
a deep, vivid cyan · cool · closest name: darkslategray
RGB
20, 68, 68
HSL
180°, 55%, 17%
CMYK
71, 0, 0, 73
Luminance
0.0470
Every format
| HEX | #144444 |
| RGB | rgb(20, 68, 68) |
| HSL | hsl(180, 55%, 17%) |
| CMYK | cmyk(71%, 0%, 0%, 73%) |
| LAB | lab(25.9 -15.7 -4.8) |
| LCH | lch(25.9 16.4 196.8) |
| OKLCH | oklch(0.355 0.051 195.1) |
Copy-ready code
/* CSS */
color: #144444;
background-color: #144444;
/* Tailwind (arbitrary) */
class="text-[#144444] bg-[#144444]"
/* SCSS */
$brand: #144444;
/* SwiftUI */
Color(red: 0.078, green: 0.267, blue: 0.267)
/* Android */
Color.parseColor("#144444")Accessibility — WCAG contrast
Aa
#144444 on white: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144444 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green26.7%
Blue26.7%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow0.0%
Key (black)73.3%
Color previews
#144444 text on a black background
contrast 1.94:1
Card sample
#144444 text on a white background
contrast 10.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144444;
Background color
Panel with #144444 background
background-color: #144444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 68, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 68, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144444; background: linear-gradient(135deg, #144444, #142444);