#1133cd
a dark, electric blue · warm · closest name: navy
RGB
17, 51, 205
HSL
229°, 85%, 44%
CMYK
92, 75, 0, 20
Luminance
0.0689
Every format
| HEX | #1133cd |
| RGB | rgb(17, 51, 205) |
| HSL | hsl(229, 85%, 44%) |
| CMYK | cmyk(92%, 75%, 0%, 20%) |
| LAB | lab(31.6 48.8 -80.5) |
| LCH | lch(31.6 94.1 301.2) |
| OKLCH | oklch(0.430 0.234 265.3) |
Copy-ready code
/* CSS */
color: #1133cd;
background-color: #1133cd;
/* Tailwind (arbitrary) */
class="text-[#1133cd] bg-[#1133cd]"
/* SCSS */
$brand: #1133cd;
/* SwiftUI */
Color(red: 0.067, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#1133cd")Accessibility — WCAG contrast
Aa
#1133cd on white: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1133cd on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green20.0%
Blue80.4%
CMYK percentages
Cyan91.7%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#1133cd text on a black background
contrast 2.38:1
Card sample
#1133cd text on a white background
contrast 8.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1133cd;
Background color
Panel with #1133cd background
background-color: #1133cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1133cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1133cd; background: linear-gradient(135deg, #1133cd, #6C11CD);