#08101b
a deep, vivid blue · cool · closest name: black
RGB
8, 16, 27
HSL
215°, 54%, 7%
CMYK
70, 41, 0, 89
Luminance
0.0050
Every format
| HEX | #08101b |
| RGB | rgb(8, 16, 27) |
| HSL | hsl(215, 54%, 7%) |
| CMYK | cmyk(70%, 41%, 0%, 89%) |
| LAB | lab(4.5 0.3 -8.0) |
| LCH | lch(4.5 8.0 272.0) |
| OKLCH | oklch(0.171 0.026 256.2) |
Copy-ready code
/* CSS */
color: #08101b;
background-color: #08101b;
/* Tailwind (arbitrary) */
class="text-[#08101b] bg-[#08101b]"
/* SCSS */
$brand: #08101b;
/* SwiftUI */
Color(red: 0.031, green: 0.063, blue: 0.106)
/* Android */
Color.parseColor("#08101b")Accessibility — WCAG contrast
Aa
#08101b on white: 19.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08101b on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.3%
Blue10.6%
CMYK percentages
Cyan70.4%
Magenta40.7%
Yellow0.0%
Key (black)89.4%
Color previews
#08101b text on a black background
contrast 1.10:1
Card sample
#08101b text on a white background
contrast 19.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08101b;
Background color
Panel with #08101b background
background-color: #08101b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08101b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 16, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 16, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08101b; background: linear-gradient(135deg, #08101b, #0D081B);