#082ccb
a dark, electric blue · warm · closest name: navy
RGB
8, 44, 203
HSL
229°, 92%, 41%
CMYK
96, 78, 0, 20
Luminance
0.0616
Every format
| HEX | #082ccb |
| RGB | rgb(8, 44, 203) |
| HSL | hsl(229, 92%, 41%) |
| CMYK | cmyk(96%, 78%, 0%, 20%) |
| LAB | lab(29.8 51.8 -82.2) |
| LCH | lch(29.8 97.2 302.2) |
| OKLCH | oklch(0.416 0.239 264.7) |
Copy-ready code
/* CSS */
color: #082ccb;
background-color: #082ccb;
/* Tailwind (arbitrary) */
class="text-[#082ccb] bg-[#082ccb]"
/* SCSS */
$brand: #082ccb;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#082ccb")Accessibility — WCAG contrast
Aa
#082ccb on white: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082ccb on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue79.6%
CMYK percentages
Cyan96.1%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#082ccb text on a black background
contrast 2.23:1
Card sample
#082ccb text on a white background
contrast 9.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082ccb;
Background color
Panel with #082ccb background
background-color: #082ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082ccb; background: linear-gradient(135deg, #082ccb, #6608CB);