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