#134272
a dark, vivid blue · cool · closest name: steelblue
RGB
19, 66, 114
HSL
210°, 71%, 26%
CMYK
83, 42, 0, 55
Luminance
0.0525
Every format
| HEX | #134272 |
| RGB | rgb(19, 66, 114) |
| HSL | hsl(210, 71%, 26%) |
| CMYK | cmyk(83%, 42%, 0%, 55%) |
| LAB | lab(27.4 3.2 -32.1) |
| LCH | lch(27.4 32.2 275.8) |
| OKLCH | oklch(0.375 0.096 252.4) |
Copy-ready code
/* CSS */
color: #134272;
background-color: #134272;
/* Tailwind (arbitrary) */
class="text-[#134272] bg-[#134272]"
/* SCSS */
$brand: #134272;
/* SwiftUI */
Color(red: 0.075, green: 0.259, blue: 0.447)
/* Android */
Color.parseColor("#134272")Accessibility — WCAG contrast
Aa
#134272 on white: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#134272 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green25.9%
Blue44.7%
CMYK percentages
Cyan83.3%
Magenta42.1%
Yellow0.0%
Key (black)55.3%
Color previews
#134272 text on a black background
contrast 2.05:1
Card sample
#134272 text on a white background
contrast 10.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #134272;
Background color
Panel with #134272 background
background-color: #134272;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #134272;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 66, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 66, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #134272; background: linear-gradient(135deg, #134272, #231372);