#1130ee
a balanced, electric blue · warm · closest name: blue
RGB
17, 48, 238
HSL
232°, 87%, 50%
CMYK
93, 80, 0, 7
Luminance
0.0841
Every format
| HEX | #1130ee |
| RGB | rgb(17, 48, 238) |
| HSL | hsl(232, 87%, 50%) |
| CMYK | cmyk(93%, 80%, 0%, 7%) |
| LAB | lab(34.8 61.1 -94.1) |
| LCH | lch(34.8 112.2 303.0) |
| OKLCH | oklch(0.464 0.274 265.3) |
Copy-ready code
/* CSS */
color: #1130ee;
background-color: #1130ee;
/* Tailwind (arbitrary) */
class="text-[#1130ee] bg-[#1130ee]"
/* SCSS */
$brand: #1130ee;
/* SwiftUI */
Color(red: 0.067, green: 0.188, blue: 0.933)
/* Android */
Color.parseColor("#1130ee")Accessibility — WCAG contrast
Aa
#1130ee on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1130ee on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green18.8%
Blue93.3%
CMYK percentages
Cyan92.9%
Magenta79.8%
Yellow0.0%
Key (black)6.7%
Color previews
#1130ee text on a black background
contrast 2.68:1
Card sample
#1130ee text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1130ee;
Background color
Panel with #1130ee background
background-color: #1130ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1130ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 48, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 48, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1130ee; background: linear-gradient(135deg, #1130ee, #8511EE);