#080623
a deep, vivid blue · warm · closest name: black
RGB
8, 6, 35
HSL
244°, 71%, 8%
CMYK
77, 83, 0, 86
Luminance
0.0030
Every format
| HEX | #080623 |
| RGB | rgb(8, 6, 35) |
| HSL | hsl(244, 71%, 8%) |
| CMYK | cmyk(77%, 83%, 0%, 86%) |
| LAB | lab(2.7 7.4 -16.9) |
| LCH | lch(2.7 18.5 293.6) |
| OKLCH | oklch(0.150 0.059 280.2) |
Copy-ready code
/* CSS */
color: #080623;
background-color: #080623;
/* Tailwind (arbitrary) */
class="text-[#080623] bg-[#080623]"
/* SCSS */
$brand: #080623;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.137)
/* Android */
Color.parseColor("#080623")Accessibility — WCAG contrast
Aa
#080623 on white: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080623 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue13.7%
CMYK percentages
Cyan77.1%
Magenta82.9%
Yellow0.0%
Key (black)86.3%
Color previews
#080623 text on a black background
contrast 1.06:1
Card sample
#080623 text on a white background
contrast 19.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080623;
Background color
Panel with #080623 background
background-color: #080623;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080623;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080623; background: linear-gradient(135deg, #080623, #1B0623);