#083665
a deep, electric blue · cool · closest name: steelblue
RGB
8, 54, 101
HSL
210°, 85%, 21%
CMYK
92, 47, 0, 60
Luminance
0.0363
Every format
| HEX | #083665 |
| RGB | rgb(8, 54, 101) |
| HSL | hsl(210, 85%, 21%) |
| CMYK | cmyk(92%, 47%, 0%, 60%) |
| LAB | lab(22.4 4.9 -31.8) |
| LCH | lch(22.4 32.2 278.8) |
| OKLCH | oklch(0.332 0.095 253.5) |
Copy-ready code
/* CSS */
color: #083665;
background-color: #083665;
/* Tailwind (arbitrary) */
class="text-[#083665] bg-[#083665]"
/* SCSS */
$brand: #083665;
/* SwiftUI */
Color(red: 0.031, green: 0.212, blue: 0.396)
/* Android */
Color.parseColor("#083665")Accessibility — WCAG contrast
Aa
#083665 on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083665 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green21.2%
Blue39.6%
CMYK percentages
Cyan92.1%
Magenta46.5%
Yellow0.0%
Key (black)60.4%
Color previews
#083665 text on a black background
contrast 1.73:1
Card sample
#083665 text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083665;
Background color
Panel with #083665 background
background-color: #083665;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083665;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 54, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 54, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083665; background: linear-gradient(135deg, #083665, #180865);