#1127cd
a dark, electric blue · warm · closest name: navy
RGB
17, 39, 205
HSL
233°, 85%, 44%
CMYK
92, 81, 0, 20
Luminance
0.0598
Every format
| HEX | #1127cd |
| RGB | rgb(17, 39, 205) |
| HSL | hsl(233, 85%, 44%) |
| CMYK | cmyk(92%, 81%, 0%, 20%) |
| LAB | lab(29.4 55.1 -84.2) |
| LCH | lch(29.4 100.6 303.2) |
| OKLCH | oklch(0.414 0.245 265.8) |
Copy-ready code
/* CSS */
color: #1127cd;
background-color: #1127cd;
/* Tailwind (arbitrary) */
class="text-[#1127cd] bg-[#1127cd]"
/* SCSS */
$brand: #1127cd;
/* SwiftUI */
Color(red: 0.067, green: 0.153, blue: 0.804)
/* Android */
Color.parseColor("#1127cd")Accessibility — WCAG contrast
Aa
#1127cd on white: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1127cd on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green15.3%
Blue80.4%
CMYK percentages
Cyan91.7%
Magenta81.0%
Yellow0.0%
Key (black)19.6%
Color previews
#1127cd text on a black background
contrast 2.20:1
Card sample
#1127cd text on a white background
contrast 9.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1127cd;
Background color
Panel with #1127cd background
background-color: #1127cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1127cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 39, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 39, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1127cd; background: linear-gradient(135deg, #1127cd, #7811CD);