Charcoal
#042C2F
CyanColor Codes
All color formats for development
HEX
#042C2FRGB
rgb(4, 44, 47)HSL
hsl(184, 84%, 10%)OKLCH
oklch(0.268 0.043 202.5)CMYK
cmyk(91%, 6%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04282A
2#032326
3#031F21
4#021A1C
5#021617
6#021213
7#010D0E
8#010909
9#000405
Tints
Lighter variations
1#085459
2#0B7B83
3#0FA3AE
4#13CBD8
5#2CE0ED
6#56E6F0
7#80ECF4
8#ABF3F8
9#D5F9FB
Tones
Muted variations
1#062A2D
2#08282B
3#0B2628
4#0D2526
5#0F2324
6#112122
7#131F20
8#151D1E
9#171B1C
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 #C2F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EF #93EFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE7 #5BE7F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE0 #2CE0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C2 #12C2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9A #0E9AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6E #0A6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | 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: #C2F6FA;
--charcoal-300: #93EFF6;
--charcoal-400: #5BE7F1;
--charcoal-500: #2CE0ED;
--charcoal-600: #12C2CE;
--charcoal-700: #0E9AA4;
--charcoal-800: #0A6E75;
--charcoal-900: #07474B;
--charcoal-950: #042C2F;
}