#243077
a dark, vivid blue · warm · closest name: midnightblue
RGB
36, 48, 119
HSL
231°, 54%, 30%
CMYK
70, 60, 0, 53
Luminance
0.0382
Every format
| HEX | #243077 |
| RGB | rgb(36, 48, 119) |
| HSL | hsl(231, 54%, 30%) |
| CMYK | cmyk(70%, 60%, 0%, 53%) |
| LAB | lab(23.1 20.4 -42.2) |
| LCH | lch(23.1 46.9 295.7) |
| OKLCH | oklch(0.345 0.122 271.3) |
Copy-ready code
/* CSS */
color: #243077;
background-color: #243077;
/* Tailwind (arbitrary) */
class="text-[#243077] bg-[#243077]"
/* SCSS */
$brand: #243077;
/* SwiftUI */
Color(red: 0.141, green: 0.188, blue: 0.467)
/* Android */
Color.parseColor("#243077")Accessibility — WCAG contrast
Aa
#243077 on white: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243077 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green18.8%
Blue46.7%
CMYK percentages
Cyan69.7%
Magenta59.7%
Yellow0.0%
Key (black)53.3%
Color previews
#243077 text on a black background
contrast 1.76:1
Card sample
#243077 text on a white background
contrast 11.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243077;
Background color
Panel with #243077 background
background-color: #243077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 48, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 48, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243077; background: linear-gradient(135deg, #243077, #4F2477);