#13232d
a deep, soft blue · cool · closest name: black
RGB
19, 35, 45
HSL
203°, 41%, 13%
CMYK
58, 22, 0, 82
Luminance
0.0153
Every format
| HEX | #13232d |
| RGB | rgb(19, 35, 45) |
| HSL | hsl(203, 41%, 13%) |
| CMYK | cmyk(58%, 22%, 0%, 82%) |
| LAB | lab(12.8 -3.2 -8.7) |
| LCH | lch(12.8 9.3 249.6) |
| OKLCH | oklch(0.247 0.029 237.0) |
Copy-ready code
/* CSS */
color: #13232d;
background-color: #13232d;
/* Tailwind (arbitrary) */
class="text-[#13232d] bg-[#13232d]"
/* SCSS */
$brand: #13232d;
/* SwiftUI */
Color(red: 0.075, green: 0.137, blue: 0.176)
/* Android */
Color.parseColor("#13232d")Accessibility — WCAG contrast
Aa
#13232d on white: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13232d on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green13.7%
Blue17.6%
CMYK percentages
Cyan57.8%
Magenta22.2%
Yellow0.0%
Key (black)82.4%
Color previews
#13232d text on a black background
contrast 1.31:1
Card sample
#13232d text on a white background
contrast 16.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13232d;
Background color
Panel with #13232d background
background-color: #13232d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13232d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 35, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 35, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13232d; background: linear-gradient(135deg, #13232d, #14132D);