Charcoal
#084549
CyanColor Codes
All color formats for development
HEX
#084549RGB
rgb(8, 69, 73)HSL
hsl(184, 80%, 16%)OKLCH
oklch(0.357 0.057 201.9)CMYK
cmyk(89%, 5%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073E42
2#07373B
3#063033
4#05292C
5#042325
6#031C1D
7#021516
8#020E0F
9#010707
Tints
Lighter variations
1#0C6970
2#118E97
3#15B2BD
4#19D6E4
5#3EDEEA
6#65E5EE
7#8BEBF2
8#B2F2F6
9#D8F8FB
Tones
Muted variations
1#0B4246
2#0F3F43
3#123D40
4#153A3C
5#183739
6#1C3436
7#1F3133
8#222E2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95ED #95EDF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE4 #5EE4ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DC #30DCE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BE #16BECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1297 #1297A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6C #0D6C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #084549 | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFAFB;
--charcoal-200: #C3F5F8;
--charcoal-300: #95EDF3;
--charcoal-400: #5EE4ED;
--charcoal-500: #30DCE8;
--charcoal-600: #16BECA;
--charcoal-700: #1297A1;
--charcoal-800: #0D6C73;
--charcoal-900: #084549;
--charcoal-950: #052B2E;
}