#0834cf
a dark, electric blue · warm · closest name: navy
RGB
8, 52, 207
HSL
227°, 93%, 42%
CMYK
96, 75, 0, 19
Luminance
0.0701
Every format
| HEX | #0834cf |
| RGB | rgb(8, 52, 207) |
| HSL | hsl(227, 93%, 42%) |
| CMYK | cmyk(96%, 75%, 0%, 19%) |
| LAB | lab(31.8 48.7 -81.2) |
| LCH | lch(31.8 94.7 300.9) |
| OKLCH | oklch(0.432 0.237 264.4) |
Copy-ready code
/* CSS */
color: #0834cf;
background-color: #0834cf;
/* Tailwind (arbitrary) */
class="text-[#0834cf] bg-[#0834cf]"
/* SCSS */
$brand: #0834cf;
/* SwiftUI */
Color(red: 0.031, green: 0.204, blue: 0.812)
/* Android */
Color.parseColor("#0834cf")Accessibility — WCAG contrast
Aa
#0834cf on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0834cf on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.4%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta74.9%
Yellow0.0%
Key (black)18.8%
Color previews
#0834cf text on a black background
contrast 2.40:1
Card sample
#0834cf text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0834cf;
Background color
Panel with #0834cf background
background-color: #0834cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0834cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 52, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 52, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0834cf; background: linear-gradient(135deg, #0834cf, #6108CF);