#144785
a dark, vivid blue · cool · closest name: steelblue
RGB
20, 71, 133
HSL
213°, 74%, 30%
CMYK
85, 47, 0, 48
Luminance
0.0635
Every format
| HEX | #144785 |
| RGB | rgb(20, 71, 133) |
| HSL | hsl(213, 74%, 30%) |
| CMYK | cmyk(85%, 47%, 0%, 48%) |
| LAB | lab(30.3 7.8 -39.4) |
| LCH | lch(30.3 40.2 281.3) |
| OKLCH | oklch(0.401 0.117 255.8) |
Copy-ready code
/* CSS */
color: #144785;
background-color: #144785;
/* Tailwind (arbitrary) */
class="text-[#144785] bg-[#144785]"
/* SCSS */
$brand: #144785;
/* SwiftUI */
Color(red: 0.078, green: 0.278, blue: 0.522)
/* Android */
Color.parseColor("#144785")Accessibility — WCAG contrast
Aa
#144785 on white: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144785 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green27.8%
Blue52.2%
CMYK percentages
Cyan85.0%
Magenta46.6%
Yellow0.0%
Key (black)47.8%
Color previews
#144785 text on a black background
contrast 2.27:1
Card sample
#144785 text on a white background
contrast 9.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144785;
Background color
Panel with #144785 background
background-color: #144785;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144785;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 71, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 71, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144785; background: linear-gradient(135deg, #144785, #2C1485);