#113c55
a deep, vivid blue · cool · closest name: darkslategray
RGB
17, 60, 85
HSL
202°, 67%, 20%
CMYK
80, 29, 0, 67
Luminance
0.0401
Every format
| HEX | #113c55 |
| RGB | rgb(17, 60, 85) |
| HSL | hsl(202, 67%, 20%) |
| CMYK | cmyk(80%, 29%, 0%, 67%) |
| LAB | lab(23.7 -5.0 -19.3) |
| LCH | lch(23.7 19.9 255.6) |
| OKLCH | oklch(0.340 0.064 238.6) |
Copy-ready code
/* CSS */
color: #113c55;
background-color: #113c55;
/* Tailwind (arbitrary) */
class="text-[#113c55] bg-[#113c55]"
/* SCSS */
$brand: #113c55;
/* SwiftUI */
Color(red: 0.067, green: 0.235, blue: 0.333)
/* Android */
Color.parseColor("#113c55")Accessibility — WCAG contrast
Aa
#113c55 on white: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113c55 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green23.5%
Blue33.3%
CMYK percentages
Cyan80.0%
Magenta29.4%
Yellow0.0%
Key (black)66.7%
Color previews
#113c55 text on a black background
contrast 1.80:1
Card sample
#113c55 text on a white background
contrast 11.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113c55;
Background color
Panel with #113c55 background
background-color: #113c55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113c55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 60, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 60, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113c55; background: linear-gradient(135deg, #113c55, #131155);