#1b1452
a deep, vivid blue · warm · closest name: midnightblue
RGB
27, 20, 82
HSL
247°, 61%, 20%
CMYK
67, 76, 0, 68
Luminance
0.0134
Every format
| HEX | #1b1452 |
| RGB | rgb(27, 20, 82) |
| HSL | hsl(247, 61%, 20%) |
| CMYK | cmyk(67%, 76%, 0%, 68%) |
| LAB | lab(11.6 24.2 -36.7) |
| LCH | lch(11.6 43.9 303.4) |
| OKLCH | oklch(0.248 0.107 280.2) |
Copy-ready code
/* CSS */
color: #1b1452;
background-color: #1b1452;
/* Tailwind (arbitrary) */
class="text-[#1b1452] bg-[#1b1452]"
/* SCSS */
$brand: #1b1452;
/* SwiftUI */
Color(red: 0.106, green: 0.078, blue: 0.322)
/* Android */
Color.parseColor("#1b1452")Accessibility — WCAG contrast
Aa
#1b1452 on white: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b1452 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green7.8%
Blue32.2%
CMYK percentages
Cyan67.1%
Magenta75.6%
Yellow0.0%
Key (black)67.8%
Color previews
#1b1452 text on a black background
contrast 1.27:1
Card sample
#1b1452 text on a white background
contrast 16.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b1452;
Background color
Panel with #1b1452 background
background-color: #1b1452;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b1452;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 20, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 20, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b1452; background: linear-gradient(135deg, #1b1452, #441452);