#1b0e7a
a dark, electric blue · warm · closest name: navy
RGB
27, 14, 122
HSL
247°, 79%, 27%
CMYK
78, 89, 0, 52
Luminance
0.0195
Every format
| HEX | #1b0e7a |
| RGB | rgb(27, 14, 122) |
| HSL | hsl(247, 79%, 27%) |
| CMYK | cmyk(78%, 89%, 0%, 52%) |
| LAB | lab(15.2 41.0 -57.1) |
| LCH | lch(15.2 70.3 305.7) |
| OKLCH | oklch(0.288 0.165 273.9) |
Copy-ready code
/* CSS */
color: #1b0e7a;
background-color: #1b0e7a;
/* Tailwind (arbitrary) */
class="text-[#1b0e7a] bg-[#1b0e7a]"
/* SCSS */
$brand: #1b0e7a;
/* SwiftUI */
Color(red: 0.106, green: 0.055, blue: 0.478)
/* Android */
Color.parseColor("#1b0e7a")Accessibility — WCAG contrast
Aa
#1b0e7a on white: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0e7a on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green5.5%
Blue47.8%
CMYK percentages
Cyan77.9%
Magenta88.5%
Yellow0.0%
Key (black)52.2%
Color previews
#1b0e7a text on a black background
contrast 1.39:1
Card sample
#1b0e7a text on a white background
contrast 15.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0e7a;
Background color
Panel with #1b0e7a background
background-color: #1b0e7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0e7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 14, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 14, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0e7a; background: linear-gradient(135deg, #1b0e7a, #630E7A);