#134ad3
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 74, 211
HSL
223°, 84%, 45%
CMYK
91, 65, 0, 17
Luminance
0.0974
Every format
| HEX | #134ad3 |
| RGB | rgb(19, 74, 211) |
| HSL | hsl(223, 84%, 45%) |
| CMYK | cmyk(91%, 65%, 0%, 17%) |
| LAB | lab(37.4 37.0 -74.4) |
| LCH | lch(37.4 83.1 296.4) |
| OKLCH | oklch(0.474 0.217 263.5) |
Copy-ready code
/* CSS */
color: #134ad3;
background-color: #134ad3;
/* Tailwind (arbitrary) */
class="text-[#134ad3] bg-[#134ad3]"
/* SCSS */
$brand: #134ad3;
/* SwiftUI */
Color(red: 0.075, green: 0.290, blue: 0.827)
/* Android */
Color.parseColor("#134ad3")Accessibility — WCAG contrast
Aa
#134ad3 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134ad3 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green29.0%
Blue82.7%
CMYK percentages
Cyan91.0%
Magenta64.9%
Yellow0.0%
Key (black)17.3%
Color previews
#134ad3 text on a black background
contrast 2.95:1
Card sample
#134ad3 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134ad3;
Background color
Panel with #134ad3 background
background-color: #134ad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134ad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 74, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 74, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134ad3; background: linear-gradient(135deg, #134ad3, #5C13D3);