#136afd
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 106, 253
HSL
218°, 98%, 53%
CMYK
93, 58, 0, 1
Luminance
0.1754
Every format
| HEX | #136afd |
| RGB | rgb(19, 106, 253) |
| HSL | hsl(218, 98%, 53%) |
| CMYK | cmyk(93%, 58%, 0%, 1%) |
| LAB | lab(48.9 32.4 -79.2) |
| LCH | lch(48.9 85.6 292.2) |
| OKLCH | oklch(0.571 0.232 261.0) |
Copy-ready code
/* CSS */
color: #136afd;
background-color: #136afd;
/* Tailwind (arbitrary) */
class="text-[#136afd] bg-[#136afd]"
/* SCSS */
$brand: #136afd;
/* SwiftUI */
Color(red: 0.075, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#136afd")Accessibility — WCAG contrast
Aa
#136afd on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136afd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.6%
Blue99.2%
CMYK percentages
Cyan92.5%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#136afd text on a black background
contrast 4.51:1
Card sample
#136afd text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136afd;
Background color
Panel with #136afd background
background-color: #136afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136afd; background: linear-gradient(135deg, #136afd, #5813FD);