#242539
a deep, soft blue · warm · closest name: black
RGB
36, 37, 57
HSL
237°, 23%, 18%
CMYK
37, 35, 0, 78
Luminance
0.0199
Every format
| HEX | #242539 |
| RGB | rgb(36, 37, 57) |
| HSL | hsl(237, 23%, 18%) |
| CMYK | cmyk(37%, 35%, 0%, 78%) |
| LAB | lab(15.4 5.3 -13.0) |
| LCH | lch(15.4 14.1 292.3) |
| OKLCH | oklch(0.273 0.037 281.4) |
Copy-ready code
/* CSS */
color: #242539;
background-color: #242539;
/* Tailwind (arbitrary) */
class="text-[#242539] bg-[#242539]"
/* SCSS */
$brand: #242539;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.224)
/* Android */
Color.parseColor("#242539")Accessibility — WCAG contrast
Aa
#242539 on white: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242539 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue22.4%
CMYK percentages
Cyan36.8%
Magenta35.1%
Yellow0.0%
Key (black)77.6%
Color previews
#242539 text on a black background
contrast 1.40:1
Card sample
#242539 text on a white background
contrast 15.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242539;
Background color
Panel with #242539 background
background-color: #242539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242539; background: linear-gradient(135deg, #242539, #312439);