#242544
a deep, soft blue · warm · closest name: black
RGB
36, 37, 68
HSL
238°, 31%, 20%
CMYK
47, 46, 0, 73
Luminance
0.0212
Every format
| HEX | #242544 |
| RGB | rgb(36, 37, 68) |
| HSL | hsl(238, 31%, 20%) |
| CMYK | cmyk(47%, 46%, 0%, 73%) |
| LAB | lab(16.1 9.1 -19.7) |
| LCH | lch(16.1 21.7 294.7) |
| OKLCH | oklch(0.280 0.057 280.7) |
Copy-ready code
/* CSS */
color: #242544;
background-color: #242544;
/* Tailwind (arbitrary) */
class="text-[#242544] bg-[#242544]"
/* SCSS */
$brand: #242544;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.267)
/* Android */
Color.parseColor("#242544")Accessibility — WCAG contrast
Aa
#242544 on white: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242544 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue26.7%
CMYK percentages
Cyan47.1%
Magenta45.6%
Yellow0.0%
Key (black)73.3%
Color previews
#242544 text on a black background
contrast 1.42:1
Card sample
#242544 text on a white background
contrast 14.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242544;
Background color
Panel with #242544 background
background-color: #242544;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242544;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242544; background: linear-gradient(135deg, #242544, #382444);