#151c36
a deep, soft blue · warm · closest name: black
RGB
21, 28, 54
HSL
227°, 44%, 15%
CMYK
61, 48, 0, 79
Luminance
0.0126
Every format
| HEX | #151c36 |
| RGB | rgb(21, 28, 54) |
| HSL | hsl(227, 44%, 15%) |
| CMYK | cmyk(61%, 48%, 0%, 79%) |
| LAB | lab(11.0 6.0 -18.1) |
| LCH | lch(11.0 19.0 288.5) |
| OKLCH | oklch(0.235 0.051 270.7) |
Copy-ready code
/* CSS */
color: #151c36;
background-color: #151c36;
/* Tailwind (arbitrary) */
class="text-[#151c36] bg-[#151c36]"
/* SCSS */
$brand: #151c36;
/* SwiftUI */
Color(red: 0.082, green: 0.110, blue: 0.212)
/* Android */
Color.parseColor("#151c36")Accessibility — WCAG contrast
Aa
#151c36 on white: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#151c36 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green11.0%
Blue21.2%
CMYK percentages
Cyan61.1%
Magenta48.1%
Yellow0.0%
Key (black)78.8%
Color previews
#151c36 text on a black background
contrast 1.25:1
Card sample
#151c36 text on a white background
contrast 16.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #151c36;
Background color
Panel with #151c36 background
background-color: #151c36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #151c36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 28, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 28, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #151c36; background: linear-gradient(135deg, #151c36, #241536);