#2c488f
a dark, vivid blue · cool · closest name: midnightblue
RGB
44, 72, 143
HSL
223°, 53%, 37%
CMYK
69, 50, 0, 44
Luminance
0.0715
Every format
| HEX | #2c488f |
| RGB | rgb(44, 72, 143) |
| HSL | hsl(223, 53%, 37%) |
| CMYK | cmyk(69%, 50%, 0%, 44%) |
| LAB | lab(32.1 14.4 -42.5) |
| LCH | lch(32.1 44.9 288.7) |
| OKLCH | oklch(0.420 0.122 265.3) |
Copy-ready code
/* CSS */
color: #2c488f;
background-color: #2c488f;
/* Tailwind (arbitrary) */
class="text-[#2c488f] bg-[#2c488f]"
/* SCSS */
$brand: #2c488f;
/* SwiftUI */
Color(red: 0.173, green: 0.282, blue: 0.561)
/* Android */
Color.parseColor("#2c488f")Accessibility — WCAG contrast
Aa
#2c488f on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c488f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green28.2%
Blue56.1%
CMYK percentages
Cyan69.2%
Magenta49.7%
Yellow0.0%
Key (black)43.9%
Color previews
#2c488f text on a black background
contrast 2.43:1
Card sample
#2c488f text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c488f;
Background color
Panel with #2c488f background
background-color: #2c488f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c488f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 72, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 72, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c488f; background: linear-gradient(135deg, #2c488f, #522C8F);