#0826cf
a dark, electric blue · warm · closest name: navy
RGB
8, 38, 207
HSL
231°, 93%, 42%
CMYK
96, 82, 0, 19
Luminance
0.0594
Every format
| HEX | #0826cf |
| RGB | rgb(8, 38, 207) |
| HSL | hsl(231, 93%, 42%) |
| CMYK | cmyk(96%, 82%, 0%, 19%) |
| LAB | lab(29.3 56.1 -85.5) |
| LCH | lch(29.3 102.3 303.3) |
| OKLCH | oklch(0.414 0.249 264.9) |
Copy-ready code
/* CSS */
color: #0826cf;
background-color: #0826cf;
/* Tailwind (arbitrary) */
class="text-[#0826cf] bg-[#0826cf]"
/* SCSS */
$brand: #0826cf;
/* SwiftUI */
Color(red: 0.031, green: 0.149, blue: 0.812)
/* Android */
Color.parseColor("#0826cf")Accessibility — WCAG contrast
Aa
#0826cf on white: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0826cf on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.9%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta81.6%
Yellow0.0%
Key (black)18.8%
Color previews
#0826cf text on a black background
contrast 2.19:1
Card sample
#0826cf text on a white background
contrast 9.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0826cf;
Background color
Panel with #0826cf background
background-color: #0826cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0826cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 38, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 38, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0826cf; background: linear-gradient(135deg, #0826cf, #6F08CF);