#082cdb
a dark, electric blue · warm · closest name: blue
RGB
8, 44, 219
HSL
230°, 93%, 45%
CMYK
96, 80, 0, 14
Luminance
0.0697
Every format
| HEX | #082cdb |
| RGB | rgb(8, 44, 219) |
| HSL | hsl(230, 93%, 45%) |
| CMYK | cmyk(96%, 80%, 0%, 14%) |
| LAB | lab(31.7 57.0 -88.3) |
| LCH | lch(31.7 105.1 302.8) |
| OKLCH | oklch(0.435 0.257 264.7) |
Copy-ready code
/* CSS */
color: #082cdb;
background-color: #082cdb;
/* Tailwind (arbitrary) */
class="text-[#082cdb] bg-[#082cdb]"
/* SCSS */
$brand: #082cdb;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#082cdb")Accessibility — WCAG contrast
Aa
#082cdb on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082cdb on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue85.9%
CMYK percentages
Cyan96.3%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#082cdb text on a black background
contrast 2.39:1
Card sample
#082cdb text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082cdb;
Background color
Panel with #082cdb background
background-color: #082cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082cdb; background: linear-gradient(135deg, #082cdb, #7108DB);