#083f3f
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 63, 63
HSL
180°, 78%, 14%
CMYK
87, 0, 0, 75
Luminance
0.0397
Every format
| HEX | #083f3f |
| RGB | rgb(8, 63, 63) |
| HSL | hsl(180, 78%, 14%) |
| CMYK | cmyk(87%, 0%, 0%, 75%) |
| LAB | lab(23.6 -16.6 -4.9) |
| LCH | lch(23.6 17.3 196.6) |
| OKLCH | oklch(0.335 0.053 194.9) |
Copy-ready code
/* CSS */
color: #083f3f;
background-color: #083f3f;
/* Tailwind (arbitrary) */
class="text-[#083f3f] bg-[#083f3f]"
/* SCSS */
$brand: #083f3f;
/* SwiftUI */
Color(red: 0.031, green: 0.247, blue: 0.247)
/* Android */
Color.parseColor("#083f3f")Accessibility — WCAG contrast
Aa
#083f3f on white: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083f3f on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green24.7%
Blue24.7%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow0.0%
Key (black)75.3%
Color previews
#083f3f text on a black background
contrast 1.79:1
Card sample
#083f3f text on a white background
contrast 11.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083f3f;
Background color
Panel with #083f3f background
background-color: #083f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 63, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 63, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083f3f; background: linear-gradient(135deg, #083f3f, #081A3F);