#244792
a dark, vivid blue · cool · closest name: midnightblue
RGB
36, 71, 146
HSL
221°, 60%, 36%
CMYK
75, 51, 0, 43
Luminance
0.0696
Every format
| HEX | #244792 |
| RGB | rgb(36, 71, 146) |
| HSL | hsl(221, 60%, 36%) |
| CMYK | cmyk(75%, 51%, 0%, 43%) |
| LAB | lab(31.7 15.0 -45.1) |
| LCH | lch(31.7 47.5 288.4) |
| OKLCH | oklch(0.416 0.131 263.1) |
Copy-ready code
/* CSS */
color: #244792;
background-color: #244792;
/* Tailwind (arbitrary) */
class="text-[#244792] bg-[#244792]"
/* SCSS */
$brand: #244792;
/* SwiftUI */
Color(red: 0.141, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#244792")Accessibility — WCAG contrast
Aa
#244792 on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#244792 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green27.8%
Blue57.3%
CMYK percentages
Cyan75.3%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#244792 text on a black background
contrast 2.39:1
Card sample
#244792 text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #244792;
Background color
Panel with #244792 background
background-color: #244792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #244792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #244792; background: linear-gradient(135deg, #244792, #4A2492);