#13232b
a deep, soft blue · cool · closest name: black
RGB
19, 35, 43
HSL
200°, 39%, 12%
CMYK
56, 19, 0, 83
Luminance
0.0151
Every format
| HEX | #13232b |
| RGB | rgb(19, 35, 43) |
| HSL | hsl(200, 39%, 12%) |
| CMYK | cmyk(56%, 19%, 0%, 83%) |
| LAB | lab(12.7 -4.0 -7.4) |
| LCH | lch(12.7 8.4 241.9) |
| OKLCH | oklch(0.246 0.026 231.0) |
Copy-ready code
/* CSS */
color: #13232b;
background-color: #13232b;
/* Tailwind (arbitrary) */
class="text-[#13232b] bg-[#13232b]"
/* SCSS */
$brand: #13232b;
/* SwiftUI */
Color(red: 0.075, green: 0.137, blue: 0.169)
/* Android */
Color.parseColor("#13232b")Accessibility — WCAG contrast
Aa
#13232b on white: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13232b on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green13.7%
Blue16.9%
CMYK percentages
Cyan55.8%
Magenta18.6%
Yellow0.0%
Key (black)83.1%
Color previews
#13232b text on a black background
contrast 1.30:1
Card sample
#13232b text on a white background
contrast 16.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13232b;
Background color
Panel with #13232b background
background-color: #13232b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13232b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 35, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 35, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13232b; background: linear-gradient(135deg, #13232b, #13132B);