Charcoal
#08474A
CyanColor Codes
All color formats for development
HEX
#08474ARGB
rgb(8, 71, 74)HSL
hsl(183, 80%, 16%)OKLCH
oklch(0.363 0.058 200)CMYK
cmyk(89%, 4%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073F42
2#07383B
3#063133
4#052A2C
5#042325
6#031C1D
7#021516
8#020E0F
9#010707
Tints
Lighter variations
1#0C6B70
2#119097
3#15B5BD
4#19DAE4
5#3EE1EA
6#65E7EE
7#8BEDF2
8#B2F3F6
9#D8F9FB
Tones
Muted variations
1#0B4346
2#0F4043
3#123D40
4#153A3C
5#183739
6#1C3536
7#1F3233
8#222F2F
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 | C3F6 #C3F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE6 #5EE6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DF #30DFE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C1 #16C1CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129A #129AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6E #0D6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0846 #084649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFAFB;
--charcoal-200: #C3F6F8;
--charcoal-300: #95EFF3;
--charcoal-400: #5EE6ED;
--charcoal-500: #30DFE8;
--charcoal-600: #16C1CA;
--charcoal-700: #129AA1;
--charcoal-800: #0D6E73;
--charcoal-900: #084649;
--charcoal-950: #052C2E;
}