#142230
a deep, soft blue · cool · closest name: black
RGB
20, 34, 48
HSL
210°, 41%, 13%
CMYK
58, 29, 0, 81
Luminance
0.0151
Every format
| HEX | #142230 |
| RGB | rgb(20, 34, 48) |
| HSL | hsl(210, 41%, 13%) |
| CMYK | cmyk(58%, 29%, 0%, 81%) |
| LAB | lab(12.7 -1.1 -11.1) |
| LCH | lch(12.7 11.2 264.4) |
| OKLCH | oklch(0.246 0.033 249.3) |
Copy-ready code
/* CSS */
color: #142230;
background-color: #142230;
/* Tailwind (arbitrary) */
class="text-[#142230] bg-[#142230]"
/* SCSS */
$brand: #142230;
/* SwiftUI */
Color(red: 0.078, green: 0.133, blue: 0.188)
/* Android */
Color.parseColor("#142230")Accessibility — WCAG contrast
Aa
#142230 on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142230 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green13.3%
Blue18.8%
CMYK percentages
Cyan58.3%
Magenta29.2%
Yellow0.0%
Key (black)81.2%
Color previews
#142230 text on a black background
contrast 1.30:1
Card sample
#142230 text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142230;
Background color
Panel with #142230 background
background-color: #142230;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142230;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 34, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 34, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142230; background: linear-gradient(135deg, #142230, #191430);