#082f39
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 47, 57
HSL
192°, 75%, 13%
CMYK
86, 18, 0, 78
Luminance
0.0238
Every format
| HEX | #082f39 |
| RGB | rgb(8, 47, 57) |
| HSL | hsl(192, 75%, 13%) |
| CMYK | cmyk(86%, 18%, 0%, 78%) |
| LAB | lab(17.4 -9.2 -10.2) |
| LCH | lch(17.4 13.8 228.0) |
| OKLCH | oklch(0.284 0.045 218.9) |
Copy-ready code
/* CSS */
color: #082f39;
background-color: #082f39;
/* Tailwind (arbitrary) */
class="text-[#082f39] bg-[#082f39]"
/* SCSS */
$brand: #082f39;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.224)
/* Android */
Color.parseColor("#082f39")Accessibility — WCAG contrast
Aa
#082f39 on white: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082f39 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta17.5%
Yellow0.0%
Key (black)77.6%
Color previews
#082f39 text on a black background
contrast 1.48:1
Card sample
#082f39 text on a white background
contrast 14.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082f39;
Background color
Panel with #082f39 background
background-color: #082f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082f39; background: linear-gradient(135deg, #082f39, #080E39);