#26393d
a deep, soft cyan · cool · closest name: darkslategray
RGB
38, 57, 61
HSL
190°, 23%, 19%
CMYK
38, 7, 0, 76
Luminance
0.0368
Every format
| HEX | #26393d |
| RGB | rgb(38, 57, 61) |
| HSL | hsl(190, 23%, 19%) |
| CMYK | cmyk(38%, 7%, 0%, 76%) |
| LAB | lab(22.6 -6.4 -4.9) |
| LCH | lch(22.6 8.1 217.6) |
| OKLCH | oklch(0.330 0.025 212.1) |
Copy-ready code
/* CSS */
color: #26393d;
background-color: #26393d;
/* Tailwind (arbitrary) */
class="text-[#26393d] bg-[#26393d]"
/* SCSS */
$brand: #26393d;
/* SwiftUI */
Color(red: 0.149, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#26393d")Accessibility — WCAG contrast
Aa
#26393d on white: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#26393d on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green22.4%
Blue23.9%
CMYK percentages
Cyan37.7%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#26393d text on a black background
contrast 1.74:1
Card sample
#26393d text on a white background
contrast 12.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26393d;
Background color
Panel with #26393d background
background-color: #26393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26393d; background: linear-gradient(135deg, #26393d, #262A3D);