#08264c
a deep, electric blue · cool · closest name: black
RGB
8, 38, 76
HSL
214°, 81%, 17%
CMYK
90, 50, 0, 70
Luminance
0.0196
Every format
| HEX | #08264c |
| RGB | rgb(8, 38, 76) |
| HSL | hsl(214, 81%, 17%) |
| CMYK | cmyk(90%, 50%, 0%, 70%) |
| LAB | lab(15.3 5.5 -26.6) |
| LCH | lch(15.3 27.1 281.6) |
| OKLCH | oklch(0.271 0.079 256.3) |
Copy-ready code
/* CSS */
color: #08264c;
background-color: #08264c;
/* Tailwind (arbitrary) */
class="text-[#08264c] bg-[#08264c]"
/* SCSS */
$brand: #08264c;
/* SwiftUI */
Color(red: 0.031, green: 0.149, blue: 0.298)
/* Android */
Color.parseColor("#08264c")Accessibility — WCAG contrast
Aa
#08264c on white: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08264c on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.9%
Blue29.8%
CMYK percentages
Cyan89.5%
Magenta50.0%
Yellow0.0%
Key (black)70.2%
Color previews
#08264c text on a black background
contrast 1.39:1
Card sample
#08264c text on a white background
contrast 15.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08264c;
Background color
Panel with #08264c background
background-color: #08264c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08264c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 38, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 38, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08264c; background: linear-gradient(135deg, #08264c, #17084C);