#113eee
a balanced, electric blue · warm · closest name: blue
RGB
17, 62, 238
HSL
228°, 87%, 50%
CMYK
93, 74, 0, 7
Luminance
0.0974
Every format
| HEX | #113eee |
| RGB | rgb(17, 62, 238) |
| HSL | hsl(228, 87%, 50%) |
| CMYK | cmyk(93%, 74%, 0%, 7%) |
| LAB | lab(37.4 53.8 -89.8) |
| LCH | lch(37.4 104.7 300.9) |
| OKLCH | oklch(0.482 0.262 264.8) |
Copy-ready code
/* CSS */
color: #113eee;
background-color: #113eee;
/* Tailwind (arbitrary) */
class="text-[#113eee] bg-[#113eee]"
/* SCSS */
$brand: #113eee;
/* SwiftUI */
Color(red: 0.067, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#113eee")Accessibility — WCAG contrast
Aa
#113eee on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113eee on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green24.3%
Blue93.3%
CMYK percentages
Cyan92.9%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#113eee text on a black background
contrast 2.95:1
Card sample
#113eee text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113eee;
Background color
Panel with #113eee background
background-color: #113eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113eee; background: linear-gradient(135deg, #113eee, #7711EE);