#082575
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 37, 117
HSL
224°, 87%, 25%
CMYK
93, 68, 0, 54
Luminance
0.0266
Every format
| HEX | #082575 |
| RGB | rgb(8, 37, 117) |
| HSL | hsl(224, 87%, 25%) |
| CMYK | cmyk(93%, 68%, 0%, 54%) |
| LAB | lab(18.6 24.3 -48.3) |
| LCH | lch(18.6 54.0 296.7) |
| OKLCH | oklch(0.308 0.141 264.1) |
Copy-ready code
/* CSS */
color: #082575;
background-color: #082575;
/* Tailwind (arbitrary) */
class="text-[#082575] bg-[#082575]"
/* SCSS */
$brand: #082575;
/* SwiftUI */
Color(red: 0.031, green: 0.145, blue: 0.459)
/* Android */
Color.parseColor("#082575")Accessibility — WCAG contrast
Aa
#082575 on white: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082575 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.5%
Blue45.9%
CMYK percentages
Cyan93.2%
Magenta68.4%
Yellow0.0%
Key (black)54.1%
Color previews
#082575 text on a black background
contrast 1.53:1
Card sample
#082575 text on a white background
contrast 13.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082575;
Background color
Panel with #082575 background
background-color: #082575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 37, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 37, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082575; background: linear-gradient(135deg, #082575, #340875);