#112bfe
a balanced, electric blue · warm · closest name: blue
RGB
17, 43, 254
HSL
233°, 99%, 53%
CMYK
93, 83, 0, 0
Luminance
0.0900
Every format
| HEX | #112bfe |
| RGB | rgb(17, 43, 254) |
| HSL | hsl(233, 99%, 53%) |
| CMYK | cmyk(93%, 83%, 0%, 0%) |
| LAB | lab(36.0 68.2 -101.1) |
| LCH | lch(36.0 122.0 304.0) |
| OKLCH | oklch(0.477 0.294 265.3) |
Copy-ready code
/* CSS */
color: #112bfe;
background-color: #112bfe;
/* Tailwind (arbitrary) */
class="text-[#112bfe] bg-[#112bfe]"
/* SCSS */
$brand: #112bfe;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.996)
/* Android */
Color.parseColor("#112bfe")Accessibility — WCAG contrast
Aa
#112bfe on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112bfe on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue99.6%
CMYK percentages
Cyan93.3%
Magenta83.1%
Yellow0.0%
Key (black)0.4%
Color previews
#112bfe text on a black background
contrast 2.80:1
Card sample
#112bfe text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112bfe;
Background color
Panel with #112bfe background
background-color: #112bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112bfe; background: linear-gradient(135deg, #112bfe, #9511FE);