#242559
a deep, soft blue · warm · closest name: midnightblue
RGB
36, 37, 89
HSL
239°, 42%, 25%
CMYK
60, 58, 0, 65
Luminance
0.0242
Every format
| HEX | #242559 |
| RGB | rgb(36, 37, 89) |
| HSL | hsl(239, 42%, 25%) |
| CMYK | cmyk(60%, 58%, 0%, 65%) |
| LAB | lab(17.6 16.7 -31.6) |
| LCH | lch(17.6 35.8 297.8) |
| OKLCH | oklch(0.296 0.091 278.4) |
Copy-ready code
/* CSS */
color: #242559;
background-color: #242559;
/* Tailwind (arbitrary) */
class="text-[#242559] bg-[#242559]"
/* SCSS */
$brand: #242559;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.349)
/* Android */
Color.parseColor("#242559")Accessibility — WCAG contrast
Aa
#242559 on white: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242559 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue34.9%
CMYK percentages
Cyan59.6%
Magenta58.4%
Yellow0.0%
Key (black)65.1%
Color previews
#242559 text on a black background
contrast 1.48:1
Card sample
#242559 text on a white background
contrast 14.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242559;
Background color
Panel with #242559 background
background-color: #242559;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242559;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242559; background: linear-gradient(135deg, #242559, #462459);