#082250
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 34, 80
HSL
218°, 82%, 17%
CMYK
90, 58, 0, 69
Luminance
0.0177
Every format
| HEX | #082250 |
| RGB | rgb(8, 34, 80) |
| HSL | hsl(218, 82%, 17%) |
| CMYK | cmyk(90%, 58%, 0%, 69%) |
| LAB | lab(14.3 10.3 -31.0) |
| LCH | lch(14.3 32.6 288.4) |
| OKLCH | oklch(0.264 0.090 260.8) |
Copy-ready code
/* CSS */
color: #082250;
background-color: #082250;
/* Tailwind (arbitrary) */
class="text-[#082250] bg-[#082250]"
/* SCSS */
$brand: #082250;
/* SwiftUI */
Color(red: 0.031, green: 0.133, blue: 0.314)
/* Android */
Color.parseColor("#082250")Accessibility — WCAG contrast
Aa
#082250 on white: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082250 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green13.3%
Blue31.4%
CMYK percentages
Cyan90.0%
Magenta57.5%
Yellow0.0%
Key (black)68.6%
Color previews
#082250 text on a black background
contrast 1.35:1
Card sample
#082250 text on a white background
contrast 15.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082250;
Background color
Panel with #082250 background
background-color: #082250;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082250;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 34, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 34, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082250; background: linear-gradient(135deg, #082250, #1E0850);