#133972
a dark, vivid blue · cool · closest name: midnightblue
RGB
19, 57, 114
HSL
216°, 71%, 26%
CMYK
83, 50, 0, 55
Luminance
0.0428
Every format
| HEX | #133972 |
| RGB | rgb(19, 57, 114) |
| HSL | hsl(216, 71%, 26%) |
| CMYK | cmyk(83%, 50%, 0%, 55%) |
| LAB | lab(24.6 9.5 -36.6) |
| LCH | lch(24.6 37.9 284.6) |
| OKLCH | oklch(0.353 0.107 258.7) |
Copy-ready code
/* CSS */
color: #133972;
background-color: #133972;
/* Tailwind (arbitrary) */
class="text-[#133972] bg-[#133972]"
/* SCSS */
$brand: #133972;
/* SwiftUI */
Color(red: 0.075, green: 0.224, blue: 0.447)
/* Android */
Color.parseColor("#133972")Accessibility — WCAG contrast
Aa
#133972 on white: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#133972 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green22.4%
Blue44.7%
CMYK percentages
Cyan83.3%
Magenta50.0%
Yellow0.0%
Key (black)55.3%
Color previews
#133972 text on a black background
contrast 1.86:1
Card sample
#133972 text on a white background
contrast 11.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #133972;
Background color
Panel with #133972 background
background-color: #133972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #133972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 57, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 57, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #133972; background: linear-gradient(135deg, #133972, #2C1372);