Charcoal
#042D2F
CyanColor Codes
All color formats for development
HEX
#042D2FRGB
rgb(4, 45, 47)HSL
hsl(183, 84%, 10%)OKLCH
oklch(0.271 0.043 199.9)CMYK
cmyk(91%, 4%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04282A
2#032426
3#031F21
4#021B1C
5#021617
6#021213
7#010D0E
8#010909
9#000405
Tints
Lighter variations
1#085559
2#0B7D83
3#0FA6AE
4#13CED8
5#2CE3ED
6#56E9F0
7#80EEF4
8#ABF4F8
9#D5F9FB
Tones
Muted variations
1#062B2D
2#08292B
3#0B2728
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 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F1 #93F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BE9 #5BE9F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE3 #2CE3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C5 #12C5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9D #0E9DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A70 #0A7075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DEFBFC;
--charcoal-200: #C2F7FA;
--charcoal-300: #93F1F6;
--charcoal-400: #5BE9F1;
--charcoal-500: #2CE3ED;
--charcoal-600: #12C5CE;
--charcoal-700: #0E9DA4;
--charcoal-800: #0A7075;
--charcoal-900: #07484B;
--charcoal-950: #042D2F;
}