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