Charcoal
#07474A
CyanColor Codes
All color formats for development
HEX
#07474ARGB
rgb(7, 71, 74)HSL
hsl(183, 83%, 16%)OKLCH
oklch(0.363 0.059 199.9)CMYK
cmyk(91%, 4%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064043
2#06393C
3#053234
4#042B2D
5#032425
6#031D1E
7#021516
8#010E0F
9#010707
Tints
Lighter variations
1#0B6D72
2#0E9299
3#12B8C0
4#16DDE7
5#3BE4ED
6#62E9F0
7#89EFF4
8#B1F4F8
9#D8FAFB
Tones
Muted variations
1#0A4447
2#0E4144
3#113E41
4#143B3D
5#18383A
6#1B3536
7#1F3233
8#222F30
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CE8 #5CE8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE2 #2DE2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C4 #13C4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9C #0F9CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DEFAFC;
--charcoal-200: #C2F7F9;
--charcoal-300: #94F0F5;
--charcoal-400: #5CE8F0;
--charcoal-500: #2DE2EB;
--charcoal-600: #13C4CD;
--charcoal-700: #0F9CA3;
--charcoal-800: #0B6F75;
--charcoal-900: #07474B;
--charcoal-950: #042D2F;
}