#0832cd
a dark, electric blue · warm · closest name: navy
RGB
8, 50, 205
HSL
227°, 93%, 42%
CMYK
96, 76, 0, 20
Luminance
0.0674
Every format
| HEX | #0832cd |
| RGB | rgb(8, 50, 205) |
| HSL | hsl(227, 93%, 42%) |
| CMYK | cmyk(96%, 76%, 0%, 20%) |
| LAB | lab(31.2 49.1 -81.1) |
| LCH | lch(31.2 94.8 301.2) |
| OKLCH | oklch(0.427 0.236 264.5) |
Copy-ready code
/* CSS */
color: #0832cd;
background-color: #0832cd;
/* Tailwind (arbitrary) */
class="text-[#0832cd] bg-[#0832cd]"
/* SCSS */
$brand: #0832cd;
/* SwiftUI */
Color(red: 0.031, green: 0.196, blue: 0.804)
/* Android */
Color.parseColor("#0832cd")Accessibility — WCAG contrast
Aa
#0832cd on white: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0832cd on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green19.6%
Blue80.4%
CMYK percentages
Cyan96.1%
Magenta75.6%
Yellow0.0%
Key (black)19.6%
Color previews
#0832cd text on a black background
contrast 2.35:1
Card sample
#0832cd text on a white background
contrast 8.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0832cd;
Background color
Panel with #0832cd background
background-color: #0832cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0832cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 50, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 50, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0832cd; background: linear-gradient(135deg, #0832cd, #6108CD);