#082c2d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
8, 44, 45
HSL
182°, 70%, 10%
CMYK
82, 2, 0, 82
Luminance
0.0204
Every format
| HEX | #082c2d |
| RGB | rgb(8, 44, 45) |
| HSL | hsl(182, 70%, 10%) |
| CMYK | cmyk(82%, 2%, 0%, 82%) |
| LAB | lab(15.7 -12.0 -4.4) |
| LCH | lch(15.7 12.8 200.0) |
| OKLCH | oklch(0.269 0.040 197.7) |
Copy-ready code
/* CSS */
color: #082c2d;
background-color: #082c2d;
/* Tailwind (arbitrary) */
class="text-[#082c2d] bg-[#082c2d]"
/* SCSS */
$brand: #082c2d;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.176)
/* Android */
Color.parseColor("#082c2d")Accessibility — WCAG contrast
Aa
#082c2d on white: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082c2d on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue17.6%
CMYK percentages
Cyan82.2%
Magenta2.2%
Yellow0.0%
Key (black)82.4%
Color previews
#082c2d text on a black background
contrast 1.41:1
Card sample
#082c2d text on a white background
contrast 14.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082c2d;
Background color
Panel with #082c2d background
background-color: #082c2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082c2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082c2d; background: linear-gradient(135deg, #082c2d, #08132D);