#242547
a deep, soft blue · warm · closest name: black
RGB
36, 37, 71
HSL
238°, 33%, 21%
CMYK
49, 48, 0, 72
Luminance
0.0215
Every format
| HEX | #242547 |
| RGB | rgb(36, 37, 71) |
| HSL | hsl(238, 33%, 21%) |
| CMYK | cmyk(49%, 48%, 0%, 72%) |
| LAB | lab(16.3 10.1 -21.5) |
| LCH | lch(16.3 23.7 295.2) |
| OKLCH | oklch(0.282 0.062 280.4) |
Copy-ready code
/* CSS */
color: #242547;
background-color: #242547;
/* Tailwind (arbitrary) */
class="text-[#242547] bg-[#242547]"
/* SCSS */
$brand: #242547;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.278)
/* Android */
Color.parseColor("#242547")Accessibility — WCAG contrast
Aa
#242547 on white: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242547 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue27.8%
CMYK percentages
Cyan49.3%
Magenta47.9%
Yellow0.0%
Key (black)72.2%
Color previews
#242547 text on a black background
contrast 1.43:1
Card sample
#242547 text on a white background
contrast 14.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242547;
Background color
Panel with #242547 background
background-color: #242547;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242547;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242547; background: linear-gradient(135deg, #242547, #3A2447);