#143630
a deep, vivid cyan · cool · closest name: darkslategray
RGB
20, 54, 48
HSL
169°, 46%, 15%
CMYK
63, 0, 11, 79
Luminance
0.0300
Every format
| HEX | #143630 |
| RGB | rgb(20, 54, 48) |
| HSL | hsl(169, 46%, 15%) |
| CMYK | cmyk(63%, 0%, 11%, 79%) |
| LAB | lab(20.0 -14.2 0.0) |
| LCH | lch(20.0 14.2 179.9) |
| OKLCH | oklch(0.306 0.041 180.2) |
Copy-ready code
/* CSS */
color: #143630;
background-color: #143630;
/* Tailwind (arbitrary) */
class="text-[#143630] bg-[#143630]"
/* SCSS */
$brand: #143630;
/* SwiftUI */
Color(red: 0.078, green: 0.212, blue: 0.188)
/* Android */
Color.parseColor("#143630")Accessibility — WCAG contrast
Aa
#143630 on white: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#143630 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green21.2%
Blue18.8%
CMYK percentages
Cyan63.0%
Magenta0.0%
Yellow11.1%
Key (black)78.8%
Color previews
#143630 text on a black background
contrast 1.60:1
Card sample
#143630 text on a white background
contrast 13.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #143630;
Background color
Panel with #143630 background
background-color: #143630;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #143630;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 54, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 54, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #143630; background: linear-gradient(135deg, #143630, #142536);