#242552
a deep, soft blue · warm · closest name: midnightblue
RGB
36, 37, 82
HSL
239°, 39%, 23%
CMYK
56, 55, 0, 68
Luminance
0.0231
Every format
| HEX | #242552 |
| RGB | rgb(36, 37, 82) |
| HSL | hsl(239, 39%, 23%) |
| CMYK | cmyk(56%, 55%, 0%, 68%) |
| LAB | lab(17.0 14.1 -27.8) |
| LCH | lch(17.0 31.1 296.9) |
| OKLCH | oklch(0.290 0.080 279.2) |
Copy-ready code
/* CSS */
color: #242552;
background-color: #242552;
/* Tailwind (arbitrary) */
class="text-[#242552] bg-[#242552]"
/* SCSS */
$brand: #242552;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.322)
/* Android */
Color.parseColor("#242552")Accessibility — WCAG contrast
Aa
#242552 on white: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242552 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue32.2%
CMYK percentages
Cyan56.1%
Magenta54.9%
Yellow0.0%
Key (black)67.8%
Color previews
#242552 text on a black background
contrast 1.46:1
Card sample
#242552 text on a white background
contrast 14.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242552;
Background color
Panel with #242552 background
background-color: #242552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242552; background: linear-gradient(135deg, #242552, #422452);