#080930
a deep, vivid blue · warm · closest name: black
RGB
8, 9, 48
HSL
239°, 71%, 11%
CMYK
83, 81, 0, 81
Luminance
0.0046
Every format
| HEX | #080930 |
| RGB | rgb(8, 9, 48) |
| HSL | hsl(239, 71%, 11%) |
| CMYK | cmyk(83%, 81%, 0%, 81%) |
| LAB | lab(4.2 12.0 -24.6) |
| LCH | lch(4.2 27.4 296.1) |
| OKLCH | oklch(0.173 0.075 273.9) |
Copy-ready code
/* CSS */
color: #080930;
background-color: #080930;
/* Tailwind (arbitrary) */
class="text-[#080930] bg-[#080930]"
/* SCSS */
$brand: #080930;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.188)
/* Android */
Color.parseColor("#080930")Accessibility — WCAG contrast
Aa
#080930 on white: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080930 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue18.8%
CMYK percentages
Cyan83.3%
Magenta81.3%
Yellow0.0%
Key (black)81.2%
Color previews
#080930 text on a black background
contrast 1.09:1
Card sample
#080930 text on a white background
contrast 19.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080930;
Background color
Panel with #080930 background
background-color: #080930;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080930;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080930; background: linear-gradient(135deg, #080930, #220830);