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