#24248f
a dark, vivid blue · warm · closest name: midnightblue
RGB
36, 36, 143
HSL
240°, 60%, 35%
CMYK
75, 75, 0, 44
Luminance
0.0362
Every format
| HEX | #24248f |
| RGB | rgb(36, 36, 143) |
| HSL | hsl(240, 60%, 35%) |
| CMYK | cmyk(75%, 75%, 0%, 44%) |
| LAB | lab(22.4 37.1 -58.5) |
| LCH | lch(22.4 69.3 302.4) |
| OKLCH | oklch(0.346 0.169 273.1) |
Copy-ready code
/* CSS */
color: #24248f;
background-color: #24248f;
/* Tailwind (arbitrary) */
class="text-[#24248f] bg-[#24248f]"
/* SCSS */
$brand: #24248f;
/* SwiftUI */
Color(red: 0.141, green: 0.141, blue: 0.561)
/* Android */
Color.parseColor("#24248f")Accessibility — WCAG contrast
Aa
#24248f on white: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24248f on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.1%
Blue56.1%
CMYK percentages
Cyan74.8%
Magenta74.8%
Yellow0.0%
Key (black)43.9%
Color previews
#24248f text on a black background
contrast 1.72:1
Card sample
#24248f text on a white background
contrast 12.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24248f;
Background color
Panel with #24248f background
background-color: #24248f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24248f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 36, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 36, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24248f; background: linear-gradient(135deg, #24248f, #6B248F);