#242453
a deep, soft blue · warm · closest name: midnightblue
RGB
36, 36, 83
HSL
240°, 40%, 23%
CMYK
57, 57, 0, 68
Luminance
0.0226
Every format
| HEX | #242453 |
| RGB | rgb(36, 36, 83) |
| HSL | hsl(240, 40%, 23%) |
| CMYK | cmyk(57%, 57%, 0%, 68%) |
| LAB | lab(16.8 15.2 -28.8) |
| LCH | lch(16.8 32.6 297.8) |
| OKLCH | oklch(0.289 0.083 279.8) |
Copy-ready code
/* CSS */
color: #242453;
background-color: #242453;
/* Tailwind (arbitrary) */
class="text-[#242453] bg-[#242453]"
/* SCSS */
$brand: #242453;
/* SwiftUI */
Color(red: 0.141, green: 0.141, blue: 0.325)
/* Android */
Color.parseColor("#242453")Accessibility — WCAG contrast
Aa
#242453 on white: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242453 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.1%
Blue32.5%
CMYK percentages
Cyan56.6%
Magenta56.6%
Yellow0.0%
Key (black)67.5%
Color previews
#242453 text on a black background
contrast 1.45:1
Card sample
#242453 text on a white background
contrast 14.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242453;
Background color
Panel with #242453 background
background-color: #242453;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242453;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 36, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 36, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242453; background: linear-gradient(135deg, #242453, #432453);