Charcoal
#00523F
CyanColor Codes
All color formats for development
HEX
#00523FRGB
rgb(0, 82, 63)HSL
hsl(166, 100%, 16%)OKLCH
oklch(0.39 0.077 170.4)CMYK
cmyk(100%, 0%, 23%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004938
2#004132
3#00392C
4#003126
5#00291F
6#002119
7#001813
8#00100D
9#000806
Tints
Lighter variations
1#007C5F
2#00A780
3#00D2A1
4#00FDC2
5#29FFCD
6#54FFD7
7#7EFFE1
8#A9FFEB
9#D4FFF5
Tones
Muted variations
1#044E3C
2#08493A
3#0C4538
4#104136
5#143D34
6#183932
7#1D352F
8#21312D
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523F | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFB;
--charcoal-100: #DBFFF7;
--charcoal-200: #BDFFF0;
--charcoal-300: #8AFFE4;
--charcoal-400: #4DFFD5;
--charcoal-500: #1AFFC9;
--charcoal-600: #00E0AC;
--charcoal-700: #00B389;
--charcoal-800: #008062;
--charcoal-900: #00523F;
--charcoal-950: #003327;
}