Charcoal
#042F2D
CyanColor Codes
All color formats for development
HEX
#042F2DRGB
rgb(4, 47, 45)HSL
hsl(177, 84%, 10%)OKLCH
oklch(0.277 0.045 190.2)CMYK
cmyk(91%, 0%, 4%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A28
2#032624
3#03211F
4#021C1B
5#021716
6#021312
7#010E0D
8#010909
9#000504
Tints
Lighter variations
1#085955
2#0B837D
3#0FAEA6
4#13D8CE
5#2CEDE3
6#56F0E9
7#80F4EE
8#ABF8F4
9#D5FBF9
Tones
Muted variations
1#062D2B
2#082B29
3#0B2827
4#0D2625
5#0F2423
6#112221
7#13201F
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F1 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA49D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DEFCFB;
--charcoal-200: #C2FAF7;
--charcoal-300: #93F6F1;
--charcoal-400: #5BF1E9;
--charcoal-500: #2CEDE3;
--charcoal-600: #12CEC5;
--charcoal-700: #0EA49D;
--charcoal-800: #0A7570;
--charcoal-900: #074B48;
--charcoal-950: #042F2D;
}