#142f38
a deep, vivid cyan · cool · closest name: darkslategray
RGB
20, 47, 56
HSL
195°, 47%, 15%
CMYK
64, 16, 0, 78
Luminance
0.0247
Every format
| HEX | #142f38 |
| RGB | rgb(20, 47, 56) |
| HSL | hsl(195, 47%, 15%) |
| CMYK | cmyk(64%, 16%, 0%, 78%) |
| LAB | lab(17.8 -7.1 -8.9) |
| LCH | lch(17.8 11.4 231.4) |
| OKLCH | oklch(0.288 0.037 222.2) |
Copy-ready code
/* CSS */
color: #142f38;
background-color: #142f38;
/* Tailwind (arbitrary) */
class="text-[#142f38] bg-[#142f38]"
/* SCSS */
$brand: #142f38;
/* SwiftUI */
Color(red: 0.078, green: 0.184, blue: 0.220)
/* Android */
Color.parseColor("#142f38")Accessibility — WCAG contrast
Aa
#142f38 on white: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142f38 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green18.4%
Blue22.0%
CMYK percentages
Cyan64.3%
Magenta16.1%
Yellow0.0%
Key (black)78.0%
Color previews
#142f38 text on a black background
contrast 1.49:1
Card sample
#142f38 text on a white background
contrast 14.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142f38;
Background color
Panel with #142f38 background
background-color: #142f38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142f38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 47, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 47, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142f38; background: linear-gradient(135deg, #142f38, #141738);