#1b2236
a deep, soft blue · cool · closest name: black
RGB
27, 34, 54
HSL
224°, 33%, 16%
CMYK
50, 37, 0, 79
Luminance
0.0164
Every format
| HEX | #1b2236 |
| RGB | rgb(27, 34, 54) |
| HSL | hsl(224, 33%, 16%) |
| CMYK | cmyk(50%, 37%, 0%, 79%) |
| LAB | lab(13.5 3.4 -14.0) |
| LCH | lch(13.5 14.4 283.5) |
| OKLCH | oklch(0.255 0.039 268.8) |
Copy-ready code
/* CSS */
color: #1b2236;
background-color: #1b2236;
/* Tailwind (arbitrary) */
class="text-[#1b2236] bg-[#1b2236]"
/* SCSS */
$brand: #1b2236;
/* SwiftUI */
Color(red: 0.106, green: 0.133, blue: 0.212)
/* Android */
Color.parseColor("#1b2236")Accessibility — WCAG contrast
Aa
#1b2236 on white: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b2236 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green13.3%
Blue21.2%
CMYK percentages
Cyan50.0%
Magenta37.0%
Yellow0.0%
Key (black)78.8%
Color previews
#1b2236 text on a black background
contrast 1.33:1
Card sample
#1b2236 text on a white background
contrast 15.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b2236;
Background color
Panel with #1b2236 background
background-color: #1b2236;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b2236;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 34, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 34, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b2236; background: linear-gradient(135deg, #1b2236, #261B36);