#24308f
a dark, vivid blue · warm · closest name: midnightblue
RGB
36, 48, 143
HSL
233°, 60%, 35%
CMYK
75, 66, 0, 44
Luminance
0.0447
Every format
| HEX | #24308f |
| RGB | rgb(36, 48, 143) |
| HSL | hsl(233, 60%, 35%) |
| CMYK | cmyk(75%, 66%, 0%, 44%) |
| LAB | lab(25.2 29.5 -53.9) |
| LCH | lch(25.2 61.4 298.7) |
| OKLCH | oklch(0.367 0.156 270.8) |
Copy-ready code
/* CSS */
color: #24308f;
background-color: #24308f;
/* Tailwind (arbitrary) */
class="text-[#24308f] bg-[#24308f]"
/* SCSS */
$brand: #24308f;
/* SwiftUI */
Color(red: 0.141, green: 0.188, blue: 0.561)
/* Android */
Color.parseColor("#24308f")Accessibility — WCAG contrast
Aa
#24308f on white: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24308f on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green18.8%
Blue56.1%
CMYK percentages
Cyan74.8%
Magenta66.4%
Yellow0.0%
Key (black)43.9%
Color previews
#24308f text on a black background
contrast 1.89:1
Card sample
#24308f text on a white background
contrast 11.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24308f;
Background color
Panel with #24308f background
background-color: #24308f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24308f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 48, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 48, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24308f; background: linear-gradient(135deg, #24308f, #5F248F);