#242483
a dark, vivid blue · warm · closest name: midnightblue
RGB
36, 36, 131
HSL
240°, 57%, 33%
CMYK
73, 73, 0, 49
Luminance
0.0328
Every format
| HEX | #242483 |
| RGB | rgb(36, 36, 131) |
| HSL | hsl(240, 57%, 33%) |
| CMYK | cmyk(73%, 73%, 0%, 49%) |
| LAB | lab(21.1 32.9 -53.0) |
| LCH | lch(21.1 62.4 301.8) |
| OKLCH | oklch(0.334 0.154 274.2) |
Copy-ready code
/* CSS */
color: #242483;
background-color: #242483;
/* Tailwind (arbitrary) */
class="text-[#242483] bg-[#242483]"
/* SCSS */
$brand: #242483;
/* SwiftUI */
Color(red: 0.141, green: 0.141, blue: 0.514)
/* Android */
Color.parseColor("#242483")Accessibility — WCAG contrast
Aa
#242483 on white: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242483 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.1%
Blue51.4%
CMYK percentages
Cyan72.5%
Magenta72.5%
Yellow0.0%
Key (black)48.6%
Color previews
#242483 text on a black background
contrast 1.66:1
Card sample
#242483 text on a white background
contrast 12.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242483;
Background color
Panel with #242483 background
background-color: #242483;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242483;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 36, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 36, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242483; background: linear-gradient(135deg, #242483, #632483);