#242540
a deep, soft blue · warm · closest name: black
RGB
36, 37, 64
HSL
238°, 28%, 20%
CMYK
44, 42, 0, 75
Luminance
0.0207
Every format
| HEX | #242540 |
| RGB | rgb(36, 37, 64) |
| HSL | hsl(238, 28%, 20%) |
| CMYK | cmyk(44%, 42%, 0%, 75%) |
| LAB | lab(15.8 7.7 -17.3) |
| LCH | lch(15.8 18.9 293.9) |
| OKLCH | oklch(0.277 0.050 281.0) |
Copy-ready code
/* CSS */
color: #242540;
background-color: #242540;
/* Tailwind (arbitrary) */
class="text-[#242540] bg-[#242540]"
/* SCSS */
$brand: #242540;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.251)
/* Android */
Color.parseColor("#242540")Accessibility — WCAG contrast
Aa
#242540 on white: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242540 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue25.1%
CMYK percentages
Cyan43.8%
Magenta42.2%
Yellow0.0%
Key (black)74.9%
Color previews
#242540 text on a black background
contrast 1.41:1
Card sample
#242540 text on a white background
contrast 14.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242540;
Background color
Panel with #242540 background
background-color: #242540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242540; background: linear-gradient(135deg, #242540, #362440);