#242555
a deep, soft blue · warm · closest name: midnightblue
RGB
36, 37, 85
HSL
239°, 41%, 24%
CMYK
58, 57, 0, 67
Luminance
0.0235
Every format
| HEX | #242555 |
| RGB | rgb(36, 37, 85) |
| HSL | hsl(239, 41%, 24%) |
| CMYK | cmyk(58%, 57%, 0%, 67%) |
| LAB | lab(17.2 15.2 -29.4) |
| LCH | lch(17.2 33.1 297.3) |
| OKLCH | oklch(0.293 0.085 278.9) |
Copy-ready code
/* CSS */
color: #242555;
background-color: #242555;
/* Tailwind (arbitrary) */
class="text-[#242555] bg-[#242555]"
/* SCSS */
$brand: #242555;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.333)
/* Android */
Color.parseColor("#242555")Accessibility — WCAG contrast
Aa
#242555 on white: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242555 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue33.3%
CMYK percentages
Cyan57.6%
Magenta56.5%
Yellow0.0%
Key (black)66.7%
Color previews
#242555 text on a black background
contrast 1.47:1
Card sample
#242555 text on a white background
contrast 14.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242555;
Background color
Panel with #242555 background
background-color: #242555;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242555;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242555; background: linear-gradient(135deg, #242555, #442455);