#1b0e58
a deep, vivid blue · warm · closest name: midnightblue
RGB
27, 14, 88
HSL
251°, 73%, 20%
CMYK
69, 84, 0, 66
Luminance
0.0125
Every format
| HEX | #1b0e58 |
| RGB | rgb(27, 14, 88) |
| HSL | hsl(251, 73%, 20%) |
| CMYK | cmyk(69%, 84%, 0%, 66%) |
| LAB | lab(10.9 30.0 -41.8) |
| LCH | lch(10.9 51.4 305.7) |
| OKLCH | oklch(0.245 0.123 280.4) |
Copy-ready code
/* CSS */
color: #1b0e58;
background-color: #1b0e58;
/* Tailwind (arbitrary) */
class="text-[#1b0e58] bg-[#1b0e58]"
/* SCSS */
$brand: #1b0e58;
/* SwiftUI */
Color(red: 0.106, green: 0.055, blue: 0.345)
/* Android */
Color.parseColor("#1b0e58")Accessibility — WCAG contrast
Aa
#1b0e58 on white: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0e58 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green5.5%
Blue34.5%
CMYK percentages
Cyan69.3%
Magenta84.1%
Yellow0.0%
Key (black)65.5%
Color previews
#1b0e58 text on a black background
contrast 1.25:1
Card sample
#1b0e58 text on a white background
contrast 16.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0e58;
Background color
Panel with #1b0e58 background
background-color: #1b0e58;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0e58;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 14, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 14, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0e58; background: linear-gradient(135deg, #1b0e58, #4C0E58);