#11393d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 57, 61
HSL
186°, 56%, 15%
CMYK
72, 7, 0, 76
Luminance
0.0338
Every format
| HEX | #11393d |
| RGB | rgb(17, 57, 61) |
| HSL | hsl(186, 56%, 15%) |
| CMYK | cmyk(72%, 7%, 0%, 76%) |
| LAB | lab(21.5 -12.3 -6.6) |
| LCH | lch(21.5 13.9 208.3) |
| OKLCH | oklch(0.319 0.044 204.4) |
Copy-ready code
/* CSS */
color: #11393d;
background-color: #11393d;
/* Tailwind (arbitrary) */
class="text-[#11393d] bg-[#11393d]"
/* SCSS */
$brand: #11393d;
/* SwiftUI */
Color(red: 0.067, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#11393d")Accessibility — WCAG contrast
Aa
#11393d on white: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11393d on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green22.4%
Blue23.9%
CMYK percentages
Cyan72.1%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#11393d text on a black background
contrast 1.68:1
Card sample
#11393d text on a white background
contrast 12.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11393d;
Background color
Panel with #11393d background
background-color: #11393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11393d; background: linear-gradient(135deg, #11393d, #111C3D);