#08092c
a deep, vivid blue · warm · closest name: black
RGB
8, 9, 44
HSL
238°, 69%, 10%
CMYK
82, 80, 0, 83
Luminance
0.0043
Every format
| HEX | #08092c |
| RGB | rgb(8, 9, 44) |
| HSL | hsl(238, 69%, 10%) |
| CMYK | cmyk(82%, 80%, 0%, 83%) |
| LAB | lab(3.9 10.0 -22.1) |
| LCH | lch(3.9 24.2 294.5) |
| OKLCH | oklch(0.168 0.069 274.7) |
Copy-ready code
/* CSS */
color: #08092c;
background-color: #08092c;
/* Tailwind (arbitrary) */
class="text-[#08092c] bg-[#08092c]"
/* SCSS */
$brand: #08092c;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.173)
/* Android */
Color.parseColor("#08092c")Accessibility — WCAG contrast
Aa
#08092c on white: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08092c on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue17.3%
CMYK percentages
Cyan81.8%
Magenta79.5%
Yellow0.0%
Key (black)82.7%
Color previews
#08092c text on a black background
contrast 1.09:1
Card sample
#08092c text on a white background
contrast 19.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08092c;
Background color
Panel with #08092c background
background-color: #08092c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08092c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08092c; background: linear-gradient(135deg, #08092c, #1F082C);