#136ade
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 106, 222
HSL
214°, 84%, 47%
CMYK
91, 52, 0, 13
Luminance
0.1572
Every format
| HEX | #136ade |
| RGB | rgb(19, 106, 222) |
| HSL | hsl(214, 84%, 47%) |
| CMYK | cmyk(91%, 52%, 0%, 13%) |
| LAB | lab(46.6 20.5 -65.6) |
| LCH | lch(46.6 68.7 287.3) |
| OKLCH | oklch(0.546 0.193 258.4) |
Copy-ready code
/* CSS */
color: #136ade;
background-color: #136ade;
/* Tailwind (arbitrary) */
class="text-[#136ade] bg-[#136ade]"
/* SCSS */
$brand: #136ade;
/* SwiftUI */
Color(red: 0.075, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#136ade")Accessibility — WCAG contrast
Aa
#136ade on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136ade on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.6%
Blue87.1%
CMYK percentages
Cyan91.4%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#136ade text on a black background
contrast 4.14:1
Card sample
#136ade text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136ade;
Background color
Panel with #136ade background
background-color: #136ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136ade; background: linear-gradient(135deg, #136ade, #4313DE);