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