Charcoal
#005244
CyanColor Codes
All color formats for development
HEX
#005244RGB
rgb(0, 82, 68)HSL
hsl(170, 100%, 16%)OKLCH
oklch(0.392 0.073 176.1)CMYK
cmyk(100%, 0%, 17%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00493D
2#004136
3#003930
4#003129
5#002922
6#00211B
7#001814
8#00100E
9#000807
Tints
Lighter variations
1#007C68
2#00A78B
3#00D2AF
4#00FDD3
5#29FFDB
6#54FFE2
7#7EFFEA
8#A9FFF1
9#D4FFF8
Tones
Muted variations
1#044E41
2#08493F
3#0C453C
4#104139
5#143D36
6#183934
7#1D3531
8#21312E
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEB | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005244 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFC;
--charcoal-100: #DBFFF9;
--charcoal-200: #BDFFF4;
--charcoal-300: #8AFFEB;
--charcoal-400: #4DFFE1;
--charcoal-500: #1AFFD9;
--charcoal-600: #00E0BB;
--charcoal-700: #00B395;
--charcoal-800: #00806A;
--charcoal-900: #005244;
--charcoal-950: #00332B;
}