#181237
a deep, vivid blue · warm · closest name: black
RGB
24, 18, 55
HSL
250°, 51%, 14%
CMYK
56, 67, 0, 78
Luminance
0.0090
Every format
| HEX | #181237 |
| RGB | rgb(24, 18, 55) |
| HSL | hsl(250, 51%, 14%) |
| CMYK | cmyk(56%, 67%, 0%, 78%) |
| LAB | lab(8.2 14.9 -23.3) |
| LCH | lch(8.2 27.6 302.7) |
| OKLCH | oklch(0.214 0.069 286.4) |
Copy-ready code
/* CSS */
color: #181237;
background-color: #181237;
/* Tailwind (arbitrary) */
class="text-[#181237] bg-[#181237]"
/* SCSS */
$brand: #181237;
/* SwiftUI */
Color(red: 0.094, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#181237")Accessibility — WCAG contrast
Aa
#181237 on white: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#181237 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green7.1%
Blue21.6%
CMYK percentages
Cyan56.4%
Magenta67.3%
Yellow0.0%
Key (black)78.4%
Color previews
#181237 text on a black background
contrast 1.18:1
Card sample
#181237 text on a white background
contrast 17.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #181237;
Background color
Panel with #181237 background
background-color: #181237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #181237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #181237; background: linear-gradient(135deg, #181237, #311237);