#080900
a deep, electric yellow · cool · closest name: black
RGB
8, 9, 0
HSL
67°, 100%, 2%
CMYK
11, 0, 100, 97
Luminance
0.0025
Every format
| HEX | #080900 |
| RGB | rgb(8, 9, 0) |
| HSL | hsl(67, 100%, 2%) |
| CMYK | cmyk(11%, 0%, 100%, 97%) |
| LAB | lab(2.2 -1.5 3.3) |
| LCH | lch(2.2 3.6 114.5) |
| OKLCH | oklch(0.134 0.030 113.5) |
Copy-ready code
/* CSS */
color: #080900;
background-color: #080900;
/* Tailwind (arbitrary) */
class="text-[#080900] bg-[#080900]"
/* SCSS */
$brand: #080900;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.000)
/* Android */
Color.parseColor("#080900")Accessibility — WCAG contrast
Aa
#080900 on white: 20.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080900 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue0.0%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow100.0%
Key (black)96.5%
Color previews
#080900 text on a black background
contrast 1.05:1
Card sample
#080900 text on a white background
contrast 20.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080900;
Background color
Panel with #080900 background
background-color: #080900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080900; background: linear-gradient(135deg, #080900, #020900);