#082bdf
a balanced, electric blue · warm · closest name: blue
RGB
8, 43, 223
HSL
230°, 93%, 45%
CMYK
96, 81, 0, 13
Luminance
0.0711
Every format
| HEX | #082bdf |
| RGB | rgb(8, 43, 223) |
| HSL | hsl(230, 93%, 45%) |
| CMYK | cmyk(96%, 81%, 0%, 13%) |
| LAB | lab(32.0 58.7 -90.1) |
| LCH | lch(32.0 107.6 303.1) |
| OKLCH | oklch(0.439 0.262 264.7) |
Copy-ready code
/* CSS */
color: #082bdf;
background-color: #082bdf;
/* Tailwind (arbitrary) */
class="text-[#082bdf] bg-[#082bdf]"
/* SCSS */
$brand: #082bdf;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#082bdf")Accessibility — WCAG contrast
Aa
#082bdf on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082bdf on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#082bdf text on a black background
contrast 2.42:1
Card sample
#082bdf text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082bdf;
Background color
Panel with #082bdf background
background-color: #082bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082bdf; background: linear-gradient(135deg, #082bdf, #7408DF);