Charcoal
#07474B
CyanColor Codes
All color formats for development
HEX
#07474BRGB
rgb(7, 71, 75)HSL
hsl(184, 83%, 16%)OKLCH
oklch(0.363 0.059 201.6)CMYK
cmyk(91%, 5%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063F43
2#06383C
3#053134
4#042A2D
5#032325
6#031C1E
7#021516
8#010E0F
9#010707
Tints
Lighter variations
1#0B6B72
2#0E9099
3#12B5C0
4#16D9E7
5#3BE1ED
6#62E7F0
7#89EDF4
8#B1F3F8
9#D8F9FB
Tones
Muted variations
1#0A4347
2#0E4044
3#113D41
4#143A3D
5#18373A
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 | C2F6 #C2F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EF #94EFF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE6 #5CE6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDF #2DDFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C1 #13C1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F99 #0F99A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6E #0B6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DEFAFC;
--charcoal-200: #C2F6F9;
--charcoal-300: #94EFF5;
--charcoal-400: #5CE6F0;
--charcoal-500: #2DDFEB;
--charcoal-600: #13C1CD;
--charcoal-700: #0F99A3;
--charcoal-800: #0B6E75;
--charcoal-900: #07464B;
--charcoal-950: #042C2F;
}