#132672
a dark, vivid blue · warm · closest name: midnightblue
RGB
19, 38, 114
HSL
228°, 71%, 26%
CMYK
83, 67, 0, 55
Luminance
0.0274
Every format
| HEX | #132672 |
| RGB | rgb(19, 38, 114) |
| HSL | hsl(228, 71%, 26%) |
| CMYK | cmyk(83%, 67%, 0%, 55%) |
| LAB | lab(19.0 23.2 -45.8) |
| LCH | lch(19.0 51.3 296.9) |
| OKLCH | oklch(0.310 0.133 267.0) |
Copy-ready code
/* CSS */
color: #132672;
background-color: #132672;
/* Tailwind (arbitrary) */
class="text-[#132672] bg-[#132672]"
/* SCSS */
$brand: #132672;
/* SwiftUI */
Color(red: 0.075, green: 0.149, blue: 0.447)
/* Android */
Color.parseColor("#132672")Accessibility — WCAG contrast
Aa
#132672 on white: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132672 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green14.9%
Blue44.7%
CMYK percentages
Cyan83.3%
Magenta66.7%
Yellow0.0%
Key (black)55.3%
Color previews
#132672 text on a black background
contrast 1.55:1
Card sample
#132672 text on a white background
contrast 13.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132672;
Background color
Panel with #132672 background
background-color: #132672;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132672;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 38, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 38, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132672; background: linear-gradient(135deg, #132672, #3F1372);