#242592
a dark, vivid blue · warm · closest name: midnightblue
RGB
36, 37, 146
HSL
240°, 60%, 36%
CMYK
75, 75, 0, 43
Luminance
0.0377
Every format
| HEX | #242592 |
| RGB | rgb(36, 37, 146) |
| HSL | hsl(240, 60%, 36%) |
| CMYK | cmyk(75%, 75%, 0%, 43%) |
| LAB | lab(22.9 37.6 -59.5) |
| LCH | lch(22.9 70.3 302.3) |
| OKLCH | oklch(0.351 0.172 272.7) |
Copy-ready code
/* CSS */
color: #242592;
background-color: #242592;
/* Tailwind (arbitrary) */
class="text-[#242592] bg-[#242592]"
/* SCSS */
$brand: #242592;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.573)
/* Android */
Color.parseColor("#242592")Accessibility — WCAG contrast
Aa
#242592 on white: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242592 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue57.3%
CMYK percentages
Cyan75.3%
Magenta74.7%
Yellow0.0%
Key (black)42.7%
Color previews
#242592 text on a black background
contrast 1.75:1
Card sample
#242592 text on a white background
contrast 11.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242592;
Background color
Panel with #242592 background
background-color: #242592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242592; background: linear-gradient(135deg, #242592, #6C2492);