#111f99
a dark, electric blue · warm · closest name: navy
RGB
17, 31, 153
HSL
234°, 80%, 33%
CMYK
89, 80, 0, 40
Luminance
0.0340
Every format
| HEX | #111f99 |
| RGB | rgb(17, 31, 153) |
| HSL | hsl(234, 80%, 33%) |
| CMYK | cmyk(89%, 80%, 0%, 40%) |
| LAB | lab(21.6 42.2 -66.0) |
| LCH | lch(21.6 78.3 302.6) |
| OKLCH | oklch(0.342 0.192 267.0) |
Copy-ready code
/* CSS */
color: #111f99;
background-color: #111f99;
/* Tailwind (arbitrary) */
class="text-[#111f99] bg-[#111f99]"
/* SCSS */
$brand: #111f99;
/* SwiftUI */
Color(red: 0.067, green: 0.122, blue: 0.600)
/* Android */
Color.parseColor("#111f99")Accessibility — WCAG contrast
Aa
#111f99 on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111f99 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green12.2%
Blue60.0%
CMYK percentages
Cyan88.9%
Magenta79.7%
Yellow0.0%
Key (black)40.0%
Color previews
#111f99 text on a black background
contrast 1.68:1
Card sample
#111f99 text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111f99;
Background color
Panel with #111f99 background
background-color: #111f99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111f99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 31, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 31, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111f99; background: linear-gradient(135deg, #111f99, #5E1199);