#08264b
a deep, electric blue · cool · closest name: black
RGB
8, 38, 75
HSL
213°, 81%, 16%
CMYK
89, 49, 0, 71
Luminance
0.0195
Every format
| HEX | #08264b |
| RGB | rgb(8, 38, 75) |
| HSL | hsl(213, 81%, 16%) |
| CMYK | cmyk(89%, 49%, 0%, 71%) |
| LAB | lab(15.2 5.0 -26.0) |
| LCH | lch(15.2 26.5 280.9) |
| OKLCH | oklch(0.270 0.077 255.8) |
Copy-ready code
/* CSS */
color: #08264b;
background-color: #08264b;
/* Tailwind (arbitrary) */
class="text-[#08264b] bg-[#08264b]"
/* SCSS */
$brand: #08264b;
/* SwiftUI */
Color(red: 0.031, green: 0.149, blue: 0.294)
/* Android */
Color.parseColor("#08264b")Accessibility — WCAG contrast
Aa
#08264b on white: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08264b on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.9%
Blue29.4%
CMYK percentages
Cyan89.3%
Magenta49.3%
Yellow0.0%
Key (black)70.6%
Color previews
#08264b text on a black background
contrast 1.39:1
Card sample
#08264b text on a white background
contrast 15.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08264b;
Background color
Panel with #08264b background
background-color: #08264b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08264b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 38, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 38, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08264b; background: linear-gradient(135deg, #08264b, #17084B);