Charcoal
#042F2E
CyanColor Codes
All color formats for development
HEX
#042F2ERGB
rgb(4, 47, 46)HSL
hsl(179, 84%, 10%)OKLCH
oklch(0.277 0.045 192.5)CMYK
cmyk(91%, 0%, 2%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A2A
2#032625
3#032120
4#021C1C
5#021717
6#021312
7#010E0E
8#010909
9#000505
Tints
Lighter variations
1#085958
2#0B8381
3#0FAEAB
4#13D8D5
5#2CEDE9
6#56F0EE
7#80F4F2
8#ABF8F6
9#D5FBFB
Tones
Muted variations
1#062D2C
2#082B2A
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 | C2FA #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F4 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFE;
--charcoal-100: #DEFCFC;
--charcoal-200: #C2FAF9;
--charcoal-300: #93F6F4;
--charcoal-400: #5BF1EE;
--charcoal-500: #2CEDE9;
--charcoal-600: #12CECB;
--charcoal-700: #0EA4A2;
--charcoal-800: #0A7574;
--charcoal-900: #074B4A;
--charcoal-950: #042F2E;
}