#132439
a deep, vivid blue · cool · closest name: black
RGB
19, 36, 57
HSL
213°, 50%, 15%
CMYK
67, 37, 0, 78
Luminance
0.0170
Every format
| HEX | #132439 |
| RGB | rgb(19, 36, 57) |
| HSL | hsl(213, 50%, 15%) |
| CMYK | cmyk(67%, 37%, 0%, 78%) |
| LAB | lab(13.8 0.7 -15.7) |
| LCH | lch(13.8 15.7 272.5) |
| OKLCH | oklch(0.257 0.046 254.5) |
Copy-ready code
/* CSS */
color: #132439;
background-color: #132439;
/* Tailwind (arbitrary) */
class="text-[#132439] bg-[#132439]"
/* SCSS */
$brand: #132439;
/* SwiftUI */
Color(red: 0.075, green: 0.141, blue: 0.224)
/* Android */
Color.parseColor("#132439")Accessibility — WCAG contrast
Aa
#132439 on white: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132439 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green14.1%
Blue22.4%
CMYK percentages
Cyan66.7%
Magenta36.8%
Yellow0.0%
Key (black)77.6%
Color previews
#132439 text on a black background
contrast 1.34:1
Card sample
#132439 text on a white background
contrast 15.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132439;
Background color
Panel with #132439 background
background-color: #132439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 36, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 36, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132439; background: linear-gradient(135deg, #132439, #1B1339);