#113355
a deep, vivid blue · cool · closest name: darkslategray
RGB
17, 51, 85
HSL
210°, 67%, 20%
CMYK
80, 40, 0, 67
Luminance
0.0314
Every format
| HEX | #113355 |
| RGB | rgb(17, 51, 85) |
| HSL | hsl(210, 67%, 20%) |
| CMYK | cmyk(80%, 40%, 0%, 67%) |
| LAB | lab(20.6 1.2 -24.1) |
| LCH | lch(20.6 24.2 272.8) |
| OKLCH | oklch(0.315 0.072 251.3) |
Copy-ready code
/* CSS */
color: #113355;
background-color: #113355;
/* Tailwind (arbitrary) */
class="text-[#113355] bg-[#113355]"
/* SCSS */
$brand: #113355;
/* SwiftUI */
Color(red: 0.067, green: 0.200, blue: 0.333)
/* Android */
Color.parseColor("#113355")Accessibility — WCAG contrast
Aa
#113355 on white: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113355 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green20.0%
Blue33.3%
CMYK percentages
Cyan80.0%
Magenta40.0%
Yellow0.0%
Key (black)66.7%
Color previews
#113355 text on a black background
contrast 1.63:1
Card sample
#113355 text on a white background
contrast 12.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113355;
Background color
Panel with #113355 background
background-color: #113355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 51, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 51, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113355; background: linear-gradient(135deg, #113355, #1C1155);