#151237
a deep, vivid blue · warm · closest name: black
RGB
21, 18, 55
HSL
245°, 51%, 14%
CMYK
62, 67, 0, 78
Luminance
0.0087
Every format
| HEX | #151237 |
| RGB | rgb(21, 18, 55) |
| HSL | hsl(245, 51%, 14%) |
| CMYK | cmyk(62%, 67%, 0%, 78%) |
| LAB | lab(7.8 14.2 -23.8) |
| LCH | lch(7.8 27.7 300.8) |
| OKLCH | oklch(0.211 0.070 282.3) |
Copy-ready code
/* CSS */
color: #151237;
background-color: #151237;
/* Tailwind (arbitrary) */
class="text-[#151237] bg-[#151237]"
/* SCSS */
$brand: #151237;
/* SwiftUI */
Color(red: 0.082, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#151237")Accessibility — WCAG contrast
Aa
#151237 on white: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#151237 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green7.1%
Blue21.6%
CMYK percentages
Cyan61.8%
Magenta67.3%
Yellow0.0%
Key (black)78.4%
Color previews
#151237 text on a black background
contrast 1.17:1
Card sample
#151237 text on a white background
contrast 17.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #151237;
Background color
Panel with #151237 background
background-color: #151237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #151237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #151237; background: linear-gradient(135deg, #151237, #2E1237);