#242574
a dark, vivid blue · warm · closest name: midnightblue
RGB
36, 37, 116
HSL
239°, 53%, 30%
CMYK
69, 68, 0, 55
Luminance
0.0296
Every format
| HEX | #242574 |
| RGB | rgb(36, 37, 116) |
| HSL | hsl(239, 53%, 30%) |
| CMYK | cmyk(69%, 68%, 0%, 55%) |
| LAB | lab(19.9 26.8 -45.5) |
| LCH | lch(19.9 52.8 300.5) |
| OKLCH | oklch(0.320 0.132 275.4) |
Copy-ready code
/* CSS */
color: #242574;
background-color: #242574;
/* Tailwind (arbitrary) */
class="text-[#242574] bg-[#242574]"
/* SCSS */
$brand: #242574;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.455)
/* Android */
Color.parseColor("#242574")Accessibility — WCAG contrast
Aa
#242574 on white: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242574 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue45.5%
CMYK percentages
Cyan69.0%
Magenta68.1%
Yellow0.0%
Key (black)54.5%
Color previews
#242574 text on a black background
contrast 1.59:1
Card sample
#242574 text on a white background
contrast 13.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242574;
Background color
Panel with #242574 background
background-color: #242574;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242574;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242574; background: linear-gradient(135deg, #242574, #582474);