#13232f
a deep, soft blue · cool · closest name: black
RGB
19, 35, 47
HSL
206°, 42%, 13%
CMYK
60, 26, 0, 82
Luminance
0.0155
Every format
| HEX | #13232f |
| RGB | rgb(19, 35, 47) |
| HSL | hsl(206, 42%, 13%) |
| CMYK | cmyk(60%, 26%, 0%, 82%) |
| LAB | lab(12.9 -2.5 -10.0) |
| LCH | lch(12.9 10.3 256.0) |
| OKLCH | oklch(0.248 0.032 242.0) |
Copy-ready code
/* CSS */
color: #13232f;
background-color: #13232f;
/* Tailwind (arbitrary) */
class="text-[#13232f] bg-[#13232f]"
/* SCSS */
$brand: #13232f;
/* SwiftUI */
Color(red: 0.075, green: 0.137, blue: 0.184)
/* Android */
Color.parseColor("#13232f")Accessibility — WCAG contrast
Aa
#13232f on white: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13232f on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green13.7%
Blue18.4%
CMYK percentages
Cyan59.6%
Magenta25.5%
Yellow0.0%
Key (black)81.6%
Color previews
#13232f text on a black background
contrast 1.31:1
Card sample
#13232f text on a white background
contrast 16.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13232f;
Background color
Panel with #13232f background
background-color: #13232f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13232f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 35, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 35, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13232f; background: linear-gradient(135deg, #13232f, #16132F);