#113caa
a dark, electric blue · cool · closest name: slateblue
RGB
17, 60, 170
HSL
223°, 82%, 37%
CMYK
90, 65, 0, 33
Luminance
0.0625
Every format
| HEX | #113caa |
| RGB | rgb(17, 60, 170) |
| HSL | hsl(223, 82%, 37%) |
| CMYK | cmyk(90%, 65%, 0%, 33%) |
| LAB | lab(30.0 30.3 -62.4) |
| LCH | lch(30.0 69.3 295.9) |
| OKLCH | oklch(0.408 0.182 263.8) |
Copy-ready code
/* CSS */
color: #113caa;
background-color: #113caa;
/* Tailwind (arbitrary) */
class="text-[#113caa] bg-[#113caa]"
/* SCSS */
$brand: #113caa;
/* SwiftUI */
Color(red: 0.067, green: 0.235, blue: 0.667)
/* Android */
Color.parseColor("#113caa")Accessibility — WCAG contrast
Aa
#113caa on white: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113caa on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green23.5%
Blue66.7%
CMYK percentages
Cyan90.0%
Magenta64.7%
Yellow0.0%
Key (black)33.3%
Color previews
#113caa text on a black background
contrast 2.25:1
Card sample
#113caa text on a white background
contrast 9.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113caa;
Background color
Panel with #113caa background
background-color: #113caa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113caa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 60, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 60, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113caa; background: linear-gradient(135deg, #113caa, #4C11AA);