#082f3b
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 47, 59
HSL
194°, 76%, 13%
CMYK
86, 20, 0, 77
Luminance
0.0240
Every format
| HEX | #082f3b |
| RGB | rgb(8, 47, 59) |
| HSL | hsl(194, 76%, 13%) |
| CMYK | cmyk(86%, 20%, 0%, 77%) |
| LAB | lab(17.5 -8.4 -11.4) |
| LCH | lch(17.5 14.2 233.8) |
| OKLCH | oklch(0.285 0.047 223.0) |
Copy-ready code
/* CSS */
color: #082f3b;
background-color: #082f3b;
/* Tailwind (arbitrary) */
class="text-[#082f3b] bg-[#082f3b]"
/* SCSS */
$brand: #082f3b;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.231)
/* Android */
Color.parseColor("#082f3b")Accessibility — WCAG contrast
Aa
#082f3b on white: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082f3b on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue23.1%
CMYK percentages
Cyan86.4%
Magenta20.3%
Yellow0.0%
Key (black)76.9%
Color previews
#082f3b text on a black background
contrast 1.48:1
Card sample
#082f3b text on a white background
contrast 14.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082f3b;
Background color
Panel with #082f3b background
background-color: #082f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082f3b; background: linear-gradient(135deg, #082f3b, #080D3B);