#14232d
a deep, soft blue · cool · closest name: black
RGB
20, 35, 45
HSL
204°, 39%, 13%
CMYK
56, 22, 0, 82
Luminance
0.0154
Every format
| HEX | #14232d |
| RGB | rgb(20, 35, 45) |
| HSL | hsl(204, 39%, 13%) |
| CMYK | cmyk(56%, 22%, 0%, 82%) |
| LAB | lab(12.9 -2.9 -8.6) |
| LCH | lch(12.9 9.1 251.2) |
| OKLCH | oklch(0.248 0.028 238.6) |
Copy-ready code
/* CSS */
color: #14232d;
background-color: #14232d;
/* Tailwind (arbitrary) */
class="text-[#14232d] bg-[#14232d]"
/* SCSS */
$brand: #14232d;
/* SwiftUI */
Color(red: 0.078, green: 0.137, blue: 0.176)
/* Android */
Color.parseColor("#14232d")Accessibility — WCAG contrast
Aa
#14232d on white: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14232d on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green13.7%
Blue17.6%
CMYK percentages
Cyan55.6%
Magenta22.2%
Yellow0.0%
Key (black)82.4%
Color previews
#14232d text on a black background
contrast 1.31:1
Card sample
#14232d text on a white background
contrast 16.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14232d;
Background color
Panel with #14232d background
background-color: #14232d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14232d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 35, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 35, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14232d; background: linear-gradient(135deg, #14232d, #16142D);