Charcoal
#042E2F
CyanColor Codes
All color formats for development
HEX
#042E2FRGB
rgb(4, 46, 47)HSL
hsl(181, 84%, 10%)OKLCH
oklch(0.275 0.044 197.3)CMYK
cmyk(91%, 2%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A2A
2#032526
3#032021
4#021C1C
5#021717
6#021213
7#010E0E
8#010909
9#000505
Tints
Lighter variations
1#085859
2#0B8183
3#0FABAE
4#13D5D8
5#2CE9ED
6#56EEF0
7#80F2F4
8#ABF6F8
9#D5FBFB
Tones
Muted variations
1#062C2D
2#082A2B
3#0B2828
4#0D2626
5#0F2424
6#112222
7#132020
8#151E1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F4 #93F4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BEE #5BEEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE9 #2CE9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CB #12CBCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA2 #0EA2A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFE;
--charcoal-100: #DEFCFC;
--charcoal-200: #C2F9FA;
--charcoal-300: #93F4F6;
--charcoal-400: #5BEEF1;
--charcoal-500: #2CE9ED;
--charcoal-600: #12CBCE;
--charcoal-700: #0EA2A4;
--charcoal-800: #0A7475;
--charcoal-900: #074A4B;
--charcoal-950: #042E2F;
}