#1f5c4d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
31, 92, 77
HSL
165°, 50%, 24%
CMYK
66, 0, 16, 64
Luminance
0.0848
Every format
| HEX | #1f5c4d |
| RGB | rgb(31, 92, 77) |
| HSL | hsl(165, 50%, 24%) |
| CMYK | cmyk(66%, 0%, 16%, 64%) |
| LAB | lab(35.0 -23.6 2.9) |
| LCH | lch(35.0 23.8 173.0) |
| OKLCH | oklch(0.431 0.067 173.8) |
Copy-ready code
/* CSS */
color: #1f5c4d;
background-color: #1f5c4d;
/* Tailwind (arbitrary) */
class="text-[#1f5c4d] bg-[#1f5c4d]"
/* SCSS */
$brand: #1f5c4d;
/* SwiftUI */
Color(red: 0.122, green: 0.361, blue: 0.302)
/* Android */
Color.parseColor("#1f5c4d")Accessibility — WCAG contrast
Aa
#1f5c4d on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f5c4d on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green36.1%
Blue30.2%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow16.3%
Key (black)63.9%
Color previews
#1f5c4d text on a black background
contrast 2.70:1
Card sample
#1f5c4d text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f5c4d;
Background color
Panel with #1f5c4d background
background-color: #1f5c4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f5c4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 92, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 92, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f5c4d; background: linear-gradient(135deg, #1f5c4d, #1F425C);