#1f322c
a deep, soft cyan · cool · closest name: darkslategray
RGB
31, 50, 44
HSL
161°, 24%, 16%
CMYK
38, 0, 12, 80
Luminance
0.0275
Every format
| HEX | #1f322c |
| RGB | rgb(31, 50, 44) |
| HSL | hsl(161, 24%, 16%) |
| CMYK | cmyk(38%, 0%, 12%, 80%) |
| LAB | lab(19.0 -9.4 1.4) |
| LCH | lch(19.0 9.5 171.7) |
| OKLCH | oklch(0.299 0.027 172.6) |
Copy-ready code
/* CSS */
color: #1f322c;
background-color: #1f322c;
/* Tailwind (arbitrary) */
class="text-[#1f322c] bg-[#1f322c]"
/* SCSS */
$brand: #1f322c;
/* SwiftUI */
Color(red: 0.122, green: 0.196, blue: 0.173)
/* Android */
Color.parseColor("#1f322c")Accessibility — WCAG contrast
Aa
#1f322c on white: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f322c on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green19.6%
Blue17.3%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow12.0%
Key (black)80.4%
Color previews
#1f322c text on a black background
contrast 1.55:1
Card sample
#1f322c text on a white background
contrast 13.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f322c;
Background color
Panel with #1f322c background
background-color: #1f322c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f322c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 50, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 50, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f322c; background: linear-gradient(135deg, #1f322c, #1F2B32);