#136fdc
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 111, 220
HSL
213°, 84%, 47%
CMYK
91, 50, 0, 14
Luminance
0.1667
Every format
| HEX | #136fdc |
| RGB | rgb(19, 111, 220) |
| HSL | hsl(213, 84%, 47%) |
| CMYK | cmyk(91%, 50%, 0%, 14%) |
| LAB | lab(47.8 16.5 -62.5) |
| LCH | lch(47.8 64.6 284.8) |
| OKLCH | oklch(0.555 0.185 256.8) |
Copy-ready code
/* CSS */
color: #136fdc;
background-color: #136fdc;
/* Tailwind (arbitrary) */
class="text-[#136fdc] bg-[#136fdc]"
/* SCSS */
$brand: #136fdc;
/* SwiftUI */
Color(red: 0.075, green: 0.435, blue: 0.863)
/* Android */
Color.parseColor("#136fdc")Accessibility — WCAG contrast
Aa
#136fdc on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#136fdc on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green43.5%
Blue86.3%
CMYK percentages
Cyan91.4%
Magenta49.5%
Yellow0.0%
Key (black)13.7%
Color previews
#136fdc text on a black background
contrast 4.33:1
Card sample
#136fdc text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136fdc;
Background color
Panel with #136fdc background
background-color: #136fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 111, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 111, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136fdc; background: linear-gradient(135deg, #136fdc, #3D13DC);