#112dfd
a balanced, electric blue · warm · closest name: blue
RGB
17, 45, 253
HSL
233°, 98%, 53%
CMYK
93, 82, 0, 1
Luminance
0.0909
Every format
| HEX | #112dfd |
| RGB | rgb(17, 45, 253) |
| HSL | hsl(233, 98%, 53%) |
| CMYK | cmyk(93%, 82%, 0%, 1%) |
| LAB | lab(36.1 67.0 -100.3) |
| LCH | lch(36.1 120.6 303.8) |
| OKLCH | oklch(0.478 0.292 265.2) |
Copy-ready code
/* CSS */
color: #112dfd;
background-color: #112dfd;
/* Tailwind (arbitrary) */
class="text-[#112dfd] bg-[#112dfd]"
/* SCSS */
$brand: #112dfd;
/* SwiftUI */
Color(red: 0.067, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#112dfd")Accessibility — WCAG contrast
Aa
#112dfd on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112dfd on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green17.6%
Blue99.2%
CMYK percentages
Cyan93.3%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#112dfd text on a black background
contrast 2.82:1
Card sample
#112dfd text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112dfd;
Background color
Panel with #112dfd background
background-color: #112dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112dfd; background: linear-gradient(135deg, #112dfd, #9211FD);