#134adf
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 74, 223
HSL
224°, 84%, 48%
CMYK
92, 67, 0, 13
Luminance
0.1036
Every format
| HEX | #134adf |
| RGB | rgb(19, 74, 223) |
| HSL | hsl(224, 84%, 48%) |
| CMYK | cmyk(92%, 67%, 0%, 13%) |
| LAB | lab(38.5 41.4 -79.5) |
| LCH | lch(38.5 89.6 297.5) |
| OKLCH | oklch(0.486 0.232 263.9) |
Copy-ready code
/* CSS */
color: #134adf;
background-color: #134adf;
/* Tailwind (arbitrary) */
class="text-[#134adf] bg-[#134adf]"
/* SCSS */
$brand: #134adf;
/* SwiftUI */
Color(red: 0.075, green: 0.290, blue: 0.875)
/* Android */
Color.parseColor("#134adf")Accessibility — WCAG contrast
Aa
#134adf on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#134adf on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green29.0%
Blue87.5%
CMYK percentages
Cyan91.5%
Magenta66.8%
Yellow0.0%
Key (black)12.5%
Color previews
#134adf text on a black background
contrast 3.07:1
Card sample
#134adf text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134adf;
Background color
Panel with #134adf background
background-color: #134adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 74, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 74, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134adf; background: linear-gradient(135deg, #134adf, #6413DF);