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