#1a393d
a deep, soft cyan · cool · closest name: darkslategray
RGB
26, 57, 61
HSL
187°, 40%, 17%
CMYK
57, 7, 0, 76
Luminance
0.0348
Every format
| HEX | #1a393d |
| RGB | rgb(26, 57, 61) |
| HSL | hsl(187, 40%, 17%) |
| CMYK | cmyk(57%, 7%, 0%, 76%) |
| LAB | lab(21.9 -10.1 -6.0) |
| LCH | lch(21.9 11.8 210.7) |
| OKLCH | oklch(0.323 0.037 206.4) |
Copy-ready code
/* CSS */
color: #1a393d;
background-color: #1a393d;
/* Tailwind (arbitrary) */
class="text-[#1a393d] bg-[#1a393d]"
/* SCSS */
$brand: #1a393d;
/* SwiftUI */
Color(red: 0.102, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#1a393d")Accessibility — WCAG contrast
Aa
#1a393d on white: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a393d on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green22.4%
Blue23.9%
CMYK percentages
Cyan57.4%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#1a393d text on a black background
contrast 1.70:1
Card sample
#1a393d text on a white background
contrast 12.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a393d;
Background color
Panel with #1a393d background
background-color: #1a393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a393d; background: linear-gradient(135deg, #1a393d, #1A223D);