#080f2c
a deep, vivid blue · warm · closest name: black
RGB
8, 15, 44
HSL
228°, 69%, 10%
CMYK
82, 66, 0, 83
Luminance
0.0058
Every format
| HEX | #080f2c |
| RGB | rgb(8, 15, 44) |
| HSL | hsl(228, 69%, 10%) |
| CMYK | cmyk(82%, 66%, 0%, 83%) |
| LAB | lab(5.2 7.3 -20.0) |
| LCH | lch(5.2 21.3 290.2) |
| OKLCH | oklch(0.182 0.059 269.3) |
Copy-ready code
/* CSS */
color: #080f2c;
background-color: #080f2c;
/* Tailwind (arbitrary) */
class="text-[#080f2c] bg-[#080f2c]"
/* SCSS */
$brand: #080f2c;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#080f2c")Accessibility — WCAG contrast
Aa
#080f2c on white: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f2c on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue17.3%
CMYK percentages
Cyan81.8%
Magenta65.9%
Yellow0.0%
Key (black)82.7%
Color previews
#080f2c text on a black background
contrast 1.12:1
Card sample
#080f2c text on a white background
contrast 18.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f2c;
Background color
Panel with #080f2c background
background-color: #080f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f2c; background: linear-gradient(135deg, #080f2c, #19082C);