Charcoal
#084349
CyanColor Codes
All color formats for development
HEX
#084349RGB
rgb(8, 67, 73)HSL
hsl(186, 80%, 16%)OKLCH
oklch(0.351 0.056 205.6)CMYK
cmyk(89%, 8%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073C42
2#07363B
3#062F33
4#05282C
5#042125
6#031B1D
7#021416
8#020D0F
9#010707
Tints
Lighter variations
1#0C6670
2#118997
3#15ACBD
4#19CFE4
5#3ED8EA
6#65E0EE
7#8BE8F2
8#B2F0F6
9#D8F7FB
Tones
Muted variations
1#0B4046
2#0F3E43
3#123B40
4#15383C
5#183639
6#1C3336
7#1F3133
8#222E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EDF #5EDFED | Disabled statesSecondary iconsMuted text |
| 500 | 30D6 #30D6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B8 #16B8CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1292 #1292A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D69 #0D6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #084349 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFD;
--charcoal-100: #DFF9FB;
--charcoal-200: #C3F3F8;
--charcoal-300: #95EAF3;
--charcoal-400: #5EDFED;
--charcoal-500: #30D6E8;
--charcoal-600: #16B8CA;
--charcoal-700: #1292A1;
--charcoal-800: #0D6973;
--charcoal-900: #084349;
--charcoal-950: #052A2E;
}