#113344
a deep, vivid blue · cool · closest name: darkslategray
RGB
17, 51, 68
HSL
200°, 60%, 17%
CMYK
75, 25, 0, 73
Luminance
0.0290
Every format
| HEX | #113344 |
| RGB | rgb(17, 51, 68) |
| HSL | hsl(200, 60%, 17%) |
| CMYK | cmyk(75%, 25%, 0%, 73%) |
| LAB | lab(19.6 -5.8 -14.2) |
| LCH | lch(19.6 15.3 247.7) |
| OKLCH | oklch(0.305 0.050 233.5) |
Copy-ready code
/* CSS */
color: #113344;
background-color: #113344;
/* Tailwind (arbitrary) */
class="text-[#113344] bg-[#113344]"
/* SCSS */
$brand: #113344;
/* SwiftUI */
Color(red: 0.067, green: 0.200, blue: 0.267)
/* Android */
Color.parseColor("#113344")Accessibility — WCAG contrast
Aa
#113344 on white: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113344 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green20.0%
Blue26.7%
CMYK percentages
Cyan75.0%
Magenta25.0%
Yellow0.0%
Key (black)73.3%
Color previews
#113344 text on a black background
contrast 1.58:1
Card sample
#113344 text on a white background
contrast 13.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113344;
Background color
Panel with #113344 background
background-color: #113344;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113344;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 51, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 51, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113344; background: linear-gradient(135deg, #113344, #111144);