#112bdf
a balanced, electric blue · warm · closest name: blue
RGB
17, 43, 223
HSL
232°, 86%, 47%
CMYK
92, 81, 0, 13
Luminance
0.0717
Every format
| HEX | #112bdf |
| RGB | rgb(17, 43, 223) |
| HSL | hsl(232, 86%, 47%) |
| CMYK | cmyk(92%, 81%, 0%, 13%) |
| LAB | lab(32.2 58.9 -89.9) |
| LCH | lch(32.2 107.4 303.2) |
| OKLCH | oklch(0.441 0.261 265.5) |
Copy-ready code
/* CSS */
color: #112bdf;
background-color: #112bdf;
/* Tailwind (arbitrary) */
class="text-[#112bdf] bg-[#112bdf]"
/* SCSS */
$brand: #112bdf;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#112bdf")Accessibility — WCAG contrast
Aa
#112bdf on white: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112bdf on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue87.5%
CMYK percentages
Cyan92.4%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#112bdf text on a black background
contrast 2.43:1
Card sample
#112bdf text on a white background
contrast 8.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112bdf;
Background color
Panel with #112bdf background
background-color: #112bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112bdf; background: linear-gradient(135deg, #112bdf, #8011DF);