#134e74
a dark, vivid blue · cool · closest name: steelblue
RGB
19, 78, 116
HSL
204°, 72%, 27%
CMYK
84, 33, 0, 55
Luminance
0.0685
Every format
| HEX | #134e74 |
| RGB | rgb(19, 78, 116) |
| HSL | hsl(204, 72%, 27%) |
| CMYK | cmyk(84%, 33%, 0%, 55%) |
| LAB | lab(31.5 -3.9 -26.9) |
| LCH | lch(31.5 27.2 261.8) |
| OKLCH | oklch(0.407 0.086 242.4) |
Copy-ready code
/* CSS */
color: #134e74;
background-color: #134e74;
/* Tailwind (arbitrary) */
class="text-[#134e74] bg-[#134e74]"
/* SCSS */
$brand: #134e74;
/* SwiftUI */
Color(red: 0.075, green: 0.306, blue: 0.455)
/* Android */
Color.parseColor("#134e74")Accessibility — WCAG contrast
Aa
#134e74 on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134e74 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green30.6%
Blue45.5%
CMYK percentages
Cyan83.6%
Magenta32.8%
Yellow0.0%
Key (black)54.5%
Color previews
#134e74 text on a black background
contrast 2.37:1
Card sample
#134e74 text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134e74;
Background color
Panel with #134e74 background
background-color: #134e74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134e74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 78, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 78, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134e74; background: linear-gradient(135deg, #134e74, #191374);