Charcoal
#084449
CyanColor Codes
All color formats for development
HEX
#084449RGB
rgb(8, 68, 73)HSL
hsl(185, 80%, 16%)OKLCH
oklch(0.354 0.057 203.7)CMYK
cmyk(89%, 7%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073D42
2#07363B
3#063033
4#05292C
5#042225
6#031B1D
7#021416
8#020E0F
9#010707
Tints
Lighter variations
1#0C6870
2#118B97
3#15AFBD
4#19D3E4
5#3EDBEA
6#65E2EE
7#8BEAF2
8#B2F1F6
9#D8F8FB
Tones
Muted variations
1#0B4146
2#0F3F43
3#123C40
4#15393C
5#183639
6#1C3436
7#1F3133
8#222E2F
9#262C2C
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 | C3F4 #C3F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EB #95EBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE1 #5EE1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30D9 #30D9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BB #16BBCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1295 #1295A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6A #0D6A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #084449 | 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: #C3F4F8;
--charcoal-300: #95EBF3;
--charcoal-400: #5EE1ED;
--charcoal-500: #30D9E8;
--charcoal-600: #16BBCA;
--charcoal-700: #1295A1;
--charcoal-800: #0D6A73;
--charcoal-900: #084449;
--charcoal-950: #052A2E;
}