#081133
a deep, vivid blue · warm · closest name: black
RGB
8, 17, 51
HSL
227°, 73%, 12%
CMYK
84, 67, 0, 80
Luminance
0.0069
Every format
| HEX | #081133 |
| RGB | rgb(8, 17, 51) |
| HSL | hsl(227, 73%, 12%) |
| CMYK | cmyk(84%, 67%, 0%, 80%) |
| LAB | lab(6.3 9.8 -23.5) |
| LCH | lch(6.3 25.4 292.7) |
| OKLCH | oklch(0.194 0.068 268.0) |
Copy-ready code
/* CSS */
color: #081133;
background-color: #081133;
/* Tailwind (arbitrary) */
class="text-[#081133] bg-[#081133]"
/* SCSS */
$brand: #081133;
/* SwiftUI */
Color(red: 0.031, green: 0.067, blue: 0.200)
/* Android */
Color.parseColor("#081133")Accessibility — WCAG contrast
Aa
#081133 on white: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081133 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.7%
Blue20.0%
CMYK percentages
Cyan84.3%
Magenta66.7%
Yellow0.0%
Key (black)80.0%
Color previews
#081133 text on a black background
contrast 1.14:1
Card sample
#081133 text on a white background
contrast 18.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081133;
Background color
Panel with #081133 background
background-color: #081133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 17, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 17, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081133; background: linear-gradient(135deg, #081133, #1C0833);