#2a393d
a deep, soft cyan · cool · closest name: darkslategray
RGB
42, 57, 61
HSL
193°, 18%, 20%
CMYK
31, 7, 0, 76
Luminance
0.0376
Every format
| HEX | #2a393d |
| RGB | rgb(42, 57, 61) |
| HSL | hsl(193, 18%, 20%) |
| CMYK | cmyk(31%, 7%, 0%, 76%) |
| LAB | lab(22.9 -5.0 -4.5) |
| LCH | lch(22.9 6.7 222.0) |
| OKLCH | oklch(0.333 0.021 215.9) |
Copy-ready code
/* CSS */
color: #2a393d;
background-color: #2a393d;
/* Tailwind (arbitrary) */
class="text-[#2a393d] bg-[#2a393d]"
/* SCSS */
$brand: #2a393d;
/* SwiftUI */
Color(red: 0.165, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#2a393d")Accessibility — WCAG contrast
Aa
#2a393d on white: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a393d on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green22.4%
Blue23.9%
CMYK percentages
Cyan31.1%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#2a393d text on a black background
contrast 1.75:1
Card sample
#2a393d text on a white background
contrast 11.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a393d;
Background color
Panel with #2a393d background
background-color: #2a393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a393d; background: linear-gradient(135deg, #2a393d, #2A2C3D);