#082f41
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 47, 65
HSL
199°, 78%, 14%
CMYK
88, 28, 0, 75
Luminance
0.0247
Every format
| HEX | #082f41 |
| RGB | rgb(8, 47, 65) |
| HSL | hsl(199, 78%, 14%) |
| CMYK | cmyk(88%, 28%, 0%, 75%) |
| LAB | lab(17.8 -5.9 -15.1) |
| LCH | lch(17.8 16.2 248.7) |
| OKLCH | oklch(0.288 0.053 233.4) |
Copy-ready code
/* CSS */
color: #082f41;
background-color: #082f41;
/* Tailwind (arbitrary) */
class="text-[#082f41] bg-[#082f41]"
/* SCSS */
$brand: #082f41;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.255)
/* Android */
Color.parseColor("#082f41")Accessibility — WCAG contrast
Aa
#082f41 on white: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082f41 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue25.5%
CMYK percentages
Cyan87.7%
Magenta27.7%
Yellow0.0%
Key (black)74.5%
Color previews
#082f41 text on a black background
contrast 1.49:1
Card sample
#082f41 text on a white background
contrast 14.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082f41;
Background color
Panel with #082f41 background
background-color: #082f41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082f41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082f41; background: linear-gradient(135deg, #082f41, #080941);