#113c4d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 60, 77
HSL
197°, 64%, 18%
CMYK
78, 22, 0, 70
Luminance
0.0389
Every format
| HEX | #113c4d |
| RGB | rgb(17, 60, 77) |
| HSL | hsl(197, 64%, 18%) |
| CMYK | cmyk(78%, 22%, 0%, 70%) |
| LAB | lab(23.3 -8.2 -14.6) |
| LCH | lch(23.3 16.7 240.8) |
| OKLCH | oklch(0.335 0.055 228.3) |
Copy-ready code
/* CSS */
color: #113c4d;
background-color: #113c4d;
/* Tailwind (arbitrary) */
class="text-[#113c4d] bg-[#113c4d]"
/* SCSS */
$brand: #113c4d;
/* SwiftUI */
Color(red: 0.067, green: 0.235, blue: 0.302)
/* Android */
Color.parseColor("#113c4d")Accessibility — WCAG contrast
Aa
#113c4d on white: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113c4d on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green23.5%
Blue30.2%
CMYK percentages
Cyan77.9%
Magenta22.1%
Yellow0.0%
Key (black)69.8%
Color previews
#113c4d text on a black background
contrast 1.78:1
Card sample
#113c4d text on a white background
contrast 11.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113c4d;
Background color
Panel with #113c4d background
background-color: #113c4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113c4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 60, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 60, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113c4d; background: linear-gradient(135deg, #113c4d, #11144D);