#136af4
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 106, 244
HSL
217°, 91%, 52%
CMYK
92, 57, 0, 4
Luminance
0.1698
Every format
| HEX | #136af4 |
| RGB | rgb(19, 106, 244) |
| HSL | hsl(217, 91%, 52%) |
| CMYK | cmyk(92%, 57%, 0%, 4%) |
| LAB | lab(48.2 29.0 -75.3) |
| LCH | lch(48.2 80.7 291.0) |
| OKLCH | oklch(0.564 0.221 260.4) |
Copy-ready code
/* CSS */
color: #136af4;
background-color: #136af4;
/* Tailwind (arbitrary) */
class="text-[#136af4] bg-[#136af4]"
/* SCSS */
$brand: #136af4;
/* SwiftUI */
Color(red: 0.075, green: 0.416, blue: 0.957)
/* Android */
Color.parseColor("#136af4")Accessibility — WCAG contrast
Aa
#136af4 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136af4 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.6%
Blue95.7%
CMYK percentages
Cyan92.2%
Magenta56.6%
Yellow0.0%
Key (black)4.3%
Color previews
#136af4 text on a black background
contrast 4.40:1
Card sample
#136af4 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136af4;
Background color
Panel with #136af4 background
background-color: #136af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 106, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 106, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136af4; background: linear-gradient(135deg, #136af4, #5213F4);