#143753
a deep, vivid blue · cool · closest name: darkslategray
RGB
20, 55, 83
HSL
207°, 61%, 20%
CMYK
76, 34, 0, 68
Luminance
0.0351
Every format
| HEX | #143753 |
| RGB | rgb(20, 55, 83) |
| HSL | hsl(207, 61%, 20%) |
| CMYK | cmyk(76%, 34%, 0%, 68%) |
| LAB | lab(22.0 -1.9 -20.6) |
| LCH | lch(22.0 20.7 264.7) |
| OKLCH | oklch(0.326 0.064 245.8) |
Copy-ready code
/* CSS */
color: #143753;
background-color: #143753;
/* Tailwind (arbitrary) */
class="text-[#143753] bg-[#143753]"
/* SCSS */
$brand: #143753;
/* SwiftUI */
Color(red: 0.078, green: 0.216, blue: 0.325)
/* Android */
Color.parseColor("#143753")Accessibility — WCAG contrast
Aa
#143753 on white: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#143753 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green21.6%
Blue32.5%
CMYK percentages
Cyan75.9%
Magenta33.7%
Yellow0.0%
Key (black)67.5%
Color previews
#143753 text on a black background
contrast 1.70:1
Card sample
#143753 text on a white background
contrast 12.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #143753;
Background color
Panel with #143753 background
background-color: #143753;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #143753;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 55, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 55, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #143753; background: linear-gradient(135deg, #143753, #1B1453);