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