#134ad0
a dark, electric blue · cool · closest name: royalblue
RGB
19, 74, 208
HSL
223°, 83%, 45%
CMYK
91, 64, 0, 18
Luminance
0.0959
Every format
| HEX | #134ad0 |
| RGB | rgb(19, 74, 208) |
| HSL | hsl(223, 83%, 45%) |
| CMYK | cmyk(91%, 64%, 0%, 18%) |
| LAB | lab(37.1 35.8 -73.1) |
| LCH | lch(37.1 81.4 296.1) |
| OKLCH | oklch(0.471 0.213 263.4) |
Copy-ready code
/* CSS */
color: #134ad0;
background-color: #134ad0;
/* Tailwind (arbitrary) */
class="text-[#134ad0] bg-[#134ad0]"
/* SCSS */
$brand: #134ad0;
/* SwiftUI */
Color(red: 0.075, green: 0.290, blue: 0.816)
/* Android */
Color.parseColor("#134ad0")Accessibility — WCAG contrast
Aa
#134ad0 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134ad0 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green29.0%
Blue81.6%
CMYK percentages
Cyan90.9%
Magenta64.4%
Yellow0.0%
Key (black)18.4%
Color previews
#134ad0 text on a black background
contrast 2.92:1
Card sample
#134ad0 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134ad0;
Background color
Panel with #134ad0 background
background-color: #134ad0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134ad0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 74, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 74, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134ad0; background: linear-gradient(135deg, #134ad0, #5A13D0);