#080935
a deep, vivid blue · warm · closest name: midnightblue
RGB
8, 9, 53
HSL
239°, 74%, 12%
CMYK
85, 83, 0, 79
Luminance
0.0050
Every format
| HEX | #080935 |
| RGB | rgb(8, 9, 53) |
| HSL | hsl(239, 74%, 12%) |
| CMYK | cmyk(85%, 83%, 0%, 79%) |
| LAB | lab(4.5 14.8 -27.7) |
| LCH | lch(4.5 31.4 298.1) |
| OKLCH | oklch(0.179 0.084 273.0) |
Copy-ready code
/* CSS */
color: #080935;
background-color: #080935;
/* Tailwind (arbitrary) */
class="text-[#080935] bg-[#080935]"
/* SCSS */
$brand: #080935;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.208)
/* Android */
Color.parseColor("#080935")Accessibility — WCAG contrast
Aa
#080935 on white: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080935 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue20.8%
CMYK percentages
Cyan84.9%
Magenta83.0%
Yellow0.0%
Key (black)79.2%
Color previews
#080935 text on a black background
contrast 1.10:1
Card sample
#080935 text on a white background
contrast 19.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080935;
Background color
Panel with #080935 background
background-color: #080935;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080935;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080935; background: linear-gradient(135deg, #080935, #250835);