#1b2244
a deep, soft blue · warm · closest name: black
RGB
27, 34, 68
HSL
230°, 43%, 19%
CMYK
60, 50, 0, 73
Luminance
0.0179
Every format
| HEX | #1b2244 |
| RGB | rgb(27, 34, 68) |
| HSL | hsl(230, 43%, 19%) |
| CMYK | cmyk(60%, 50%, 0%, 73%) |
| LAB | lab(14.4 8.7 -22.5) |
| LCH | lch(14.4 24.1 291.1) |
| OKLCH | oklch(0.265 0.064 272.6) |
Copy-ready code
/* CSS */
color: #1b2244;
background-color: #1b2244;
/* Tailwind (arbitrary) */
class="text-[#1b2244] bg-[#1b2244]"
/* SCSS */
$brand: #1b2244;
/* SwiftUI */
Color(red: 0.106, green: 0.133, blue: 0.267)
/* Android */
Color.parseColor("#1b2244")Accessibility — WCAG contrast
Aa
#1b2244 on white: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b2244 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green13.3%
Blue26.7%
CMYK percentages
Cyan60.3%
Magenta50.0%
Yellow0.0%
Key (black)73.3%
Color previews
#1b2244 text on a black background
contrast 1.36:1
Card sample
#1b2244 text on a white background
contrast 15.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b2244;
Background color
Panel with #1b2244 background
background-color: #1b2244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b2244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 34, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 34, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b2244; background: linear-gradient(135deg, #1b2244, #2F1B44);