#082b26
a deep, vivid cyan · cool · closest name: darkslategray
RGB
8, 43, 38
HSL
171°, 69%, 10%
CMYK
81, 0, 12, 83
Luminance
0.0192
Every format
| HEX | #082b26 |
| RGB | rgb(8, 43, 38) |
| HSL | hsl(171, 69%, 10%) |
| CMYK | cmyk(81%, 0%, 12%, 83%) |
| LAB | lab(15.1 -13.9 -0.4) |
| LCH | lch(15.1 13.9 181.6) |
| OKLCH | oklch(0.263 0.041 181.8) |
Copy-ready code
/* CSS */
color: #082b26;
background-color: #082b26;
/* Tailwind (arbitrary) */
class="text-[#082b26] bg-[#082b26]"
/* SCSS */
$brand: #082b26;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.149)
/* Android */
Color.parseColor("#082b26")Accessibility — WCAG contrast
Aa
#082b26 on white: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082b26 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue14.9%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow11.6%
Key (black)83.1%
Color previews
#082b26 text on a black background
contrast 1.38:1
Card sample
#082b26 text on a white background
contrast 15.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082b26;
Background color
Panel with #082b26 background
background-color: #082b26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082b26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082b26; background: linear-gradient(135deg, #082b26, #08192B);