#080f23
a deep, vivid blue · cool · closest name: black
RGB
8, 15, 35
HSL
224°, 63%, 8%
CMYK
77, 57, 0, 86
Luminance
0.0051
Every format
| HEX | #080f23 |
| RGB | rgb(8, 15, 35) |
| HSL | hsl(224, 63%, 8%) |
| CMYK | cmyk(77%, 57%, 0%, 86%) |
| LAB | lab(4.7 3.5 -14.0) |
| LCH | lch(4.7 14.4 284.0) |
| OKLCH | oklch(0.174 0.043 267.1) |
Copy-ready code
/* CSS */
color: #080f23;
background-color: #080f23;
/* Tailwind (arbitrary) */
class="text-[#080f23] bg-[#080f23]"
/* SCSS */
$brand: #080f23;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.137)
/* Android */
Color.parseColor("#080f23")Accessibility — WCAG contrast
Aa
#080f23 on white: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080f23 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue13.7%
CMYK percentages
Cyan77.1%
Magenta57.1%
Yellow0.0%
Key (black)86.3%
Color previews
#080f23 text on a black background
contrast 1.10:1
Card sample
#080f23 text on a white background
contrast 19.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080f23;
Background color
Panel with #080f23 background
background-color: #080f23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080f23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080f23; background: linear-gradient(135deg, #080f23, #130823);