#136dfd
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 109, 253
HSL
217°, 98%, 53%
CMYK
93, 57, 0, 1
Luminance
0.1817
Every format
| HEX | #136dfd |
| RGB | rgb(19, 109, 253) |
| HSL | hsl(217, 98%, 53%) |
| CMYK | cmyk(93%, 57%, 0%, 1%) |
| LAB | lab(49.7 30.5 -78.0) |
| LCH | lch(49.7 83.7 291.3) |
| OKLCH | oklch(0.577 0.229 260.5) |
Copy-ready code
/* CSS */
color: #136dfd;
background-color: #136dfd;
/* Tailwind (arbitrary) */
class="text-[#136dfd] bg-[#136dfd]"
/* SCSS */
$brand: #136dfd;
/* SwiftUI */
Color(red: 0.075, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#136dfd")Accessibility — WCAG contrast
Aa
#136dfd on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136dfd on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green42.7%
Blue99.2%
CMYK percentages
Cyan92.5%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#136dfd text on a black background
contrast 4.63:1
Card sample
#136dfd text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136dfd;
Background color
Panel with #136dfd background
background-color: #136dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136dfd; background: linear-gradient(135deg, #136dfd, #5513FD);