#083dbb
a dark, electric blue · cool · closest name: slateblue
RGB
8, 61, 187
HSL
222°, 92%, 38%
CMYK
96, 67, 0, 27
Luminance
0.0698
Every format
| HEX | #083dbb |
| RGB | rgb(8, 61, 187) |
| HSL | hsl(222, 92%, 38%) |
| CMYK | cmyk(96%, 67%, 0%, 27%) |
| LAB | lab(31.8 35.9 -69.7) |
| LCH | lch(31.8 78.3 297.2) |
| OKLCH | oklch(0.425 0.203 263.3) |
Copy-ready code
/* CSS */
color: #083dbb;
background-color: #083dbb;
/* Tailwind (arbitrary) */
class="text-[#083dbb] bg-[#083dbb]"
/* SCSS */
$brand: #083dbb;
/* SwiftUI */
Color(red: 0.031, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#083dbb")Accessibility — WCAG contrast
Aa
#083dbb on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083dbb on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green23.9%
Blue73.3%
CMYK percentages
Cyan95.7%
Magenta67.4%
Yellow0.0%
Key (black)26.7%
Color previews
#083dbb text on a black background
contrast 2.40:1
Card sample
#083dbb text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083dbb;
Background color
Panel with #083dbb background
background-color: #083dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083dbb; background: linear-gradient(135deg, #083dbb, #4A08BB);