#080925
a deep, vivid blue · warm · closest name: black
RGB
8, 9, 37
HSL
238°, 64%, 9%
CMYK
78, 76, 0, 86
Luminance
0.0038
Every format
| HEX | #080925 |
| RGB | rgb(8, 9, 37) |
| HSL | hsl(238, 64%, 9%) |
| CMYK | cmyk(78%, 76%, 0%, 86%) |
| LAB | lab(3.4 7.0 -17.4) |
| LCH | lch(3.4 18.7 291.8) |
| OKLCH | oklch(0.160 0.057 276.2) |
Copy-ready code
/* CSS */
color: #080925;
background-color: #080925;
/* Tailwind (arbitrary) */
class="text-[#080925] bg-[#080925]"
/* SCSS */
$brand: #080925;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.145)
/* Android */
Color.parseColor("#080925")Accessibility — WCAG contrast
Aa
#080925 on white: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080925 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue14.5%
CMYK percentages
Cyan78.4%
Magenta75.7%
Yellow0.0%
Key (black)85.5%
Color previews
#080925 text on a black background
contrast 1.08:1
Card sample
#080925 text on a white background
contrast 19.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080925;
Background color
Panel with #080925 background
background-color: #080925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080925; background: linear-gradient(135deg, #080925, #1A0825);