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