#1f413b
a deep, soft cyan · cool · closest name: darkslategray
RGB
31, 65, 59
HSL
169°, 35%, 19%
CMYK
52, 0, 9, 75
Luminance
0.0439
Every format
| HEX | #1f413b |
| RGB | rgb(31, 65, 59) |
| HSL | hsl(169, 35%, 19%) |
| CMYK | cmyk(52%, 0%, 9%, 75%) |
| LAB | lab(24.9 -14.2 -0.2) |
| LCH | lch(24.9 14.2 180.7) |
| OKLCH | oklch(0.347 0.041 181.0) |
Copy-ready code
/* CSS */
color: #1f413b;
background-color: #1f413b;
/* Tailwind (arbitrary) */
class="text-[#1f413b] bg-[#1f413b]"
/* SCSS */
$brand: #1f413b;
/* SwiftUI */
Color(red: 0.122, green: 0.255, blue: 0.231)
/* Android */
Color.parseColor("#1f413b")Accessibility — WCAG contrast
Aa
#1f413b on white: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f413b on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green25.5%
Blue23.1%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow9.2%
Key (black)74.5%
Color previews
#1f413b text on a black background
contrast 1.88:1
Card sample
#1f413b text on a white background
contrast 11.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f413b;
Background color
Panel with #1f413b background
background-color: #1f413b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f413b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 65, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 65, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f413b; background: linear-gradient(135deg, #1f413b, #1F3041);