#1f5247
a deep, vivid cyan · cool · closest name: darkslategray
RGB
31, 82, 71
HSL
167°, 45%, 22%
CMYK
62, 0, 13, 68
Luminance
0.0678
Every format
| HEX | #1f5247 |
| RGB | rgb(31, 82, 71) |
| HSL | hsl(167, 45%, 22%) |
| CMYK | cmyk(62%, 0%, 13%, 68%) |
| LAB | lab(31.3 -20.1 1.4) |
| LCH | lch(31.3 20.2 176.1) |
| OKLCH | oklch(0.401 0.058 176.7) |
Copy-ready code
/* CSS */
color: #1f5247;
background-color: #1f5247;
/* Tailwind (arbitrary) */
class="text-[#1f5247] bg-[#1f5247]"
/* SCSS */
$brand: #1f5247;
/* SwiftUI */
Color(red: 0.122, green: 0.322, blue: 0.278)
/* Android */
Color.parseColor("#1f5247")Accessibility — WCAG contrast
Aa
#1f5247 on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f5247 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green32.2%
Blue27.8%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow13.4%
Key (black)67.8%
Color previews
#1f5247 text on a black background
contrast 2.36:1
Card sample
#1f5247 text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f5247;
Background color
Panel with #1f5247 background
background-color: #1f5247;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f5247;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 82, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 82, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f5247; background: linear-gradient(135deg, #1f5247, #1F3B52);