#061138
a deep, electric blue · warm · closest name: black
RGB
6, 17, 56
HSL
227°, 81%, 12%
CMYK
89, 70, 0, 78
Luminance
0.0073
Every format
| HEX | #061138 |
| RGB | rgb(6, 17, 56) |
| HSL | hsl(227, 81%, 12%) |
| CMYK | cmyk(89%, 70%, 0%, 78%) |
| LAB | lab(6.5 12.0 -26.6) |
| LCH | lch(6.5 29.2 294.2) |
| OKLCH | oklch(0.198 0.078 266.4) |
Copy-ready code
/* CSS */
color: #061138;
background-color: #061138;
/* Tailwind (arbitrary) */
class="text-[#061138] bg-[#061138]"
/* SCSS */
$brand: #061138;
/* SwiftUI */
Color(red: 0.024, green: 0.067, blue: 0.220)
/* Android */
Color.parseColor("#061138")Accessibility — WCAG contrast
Aa
#061138 on white: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#061138 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green6.7%
Blue22.0%
CMYK percentages
Cyan89.3%
Magenta69.6%
Yellow0.0%
Key (black)78.0%
Color previews
#061138 text on a black background
contrast 1.15:1
Card sample
#061138 text on a white background
contrast 18.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #061138;
Background color
Panel with #061138 background
background-color: #061138;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #061138;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 17, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 17, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #061138; background: linear-gradient(135deg, #061138, #1C0638);