#0833df
a balanced, electric blue · warm · closest name: navy
RGB
8, 51, 223
HSL
228°, 93%, 45%
CMYK
96, 77, 0, 13
Luminance
0.0775
Every format
| HEX | #0833df |
| RGB | rgb(8, 51, 223) |
| HSL | hsl(228, 93%, 45%) |
| CMYK | cmyk(96%, 77%, 0%, 13%) |
| LAB | lab(33.5 54.6 -87.8) |
| LCH | lch(33.5 103.4 301.9) |
| OKLCH | oklch(0.449 0.256 264.5) |
Copy-ready code
/* CSS */
color: #0833df;
background-color: #0833df;
/* Tailwind (arbitrary) */
class="text-[#0833df] bg-[#0833df]"
/* SCSS */
$brand: #0833df;
/* SwiftUI */
Color(red: 0.031, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#0833df")Accessibility — WCAG contrast
Aa
#0833df on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0833df on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.0%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#0833df text on a black background
contrast 2.55:1
Card sample
#0833df text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0833df;
Background color
Panel with #0833df background
background-color: #0833df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0833df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0833df; background: linear-gradient(135deg, #0833df, #6C08DF);