Charcoal
#005247
CyanColor Codes
All color formats for development
HEX
#005247RGB
rgb(0, 82, 71)HSL
hsl(172, 100%, 16%)OKLCH
oklch(0.393 0.071 179.7)CMYK
cmyk(100%, 0%, 13%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004940
2#004139
3#003932
4#00312A
5#002923
6#00211C
7#001815
8#00100E
9#000807
Tints
Lighter variations
1#007C6C
2#00A791
3#00D2B6
4#00FDDB
5#29FFE2
6#54FFE8
7#7EFFEE
8#A9FFF4
9#D4FFF9
Tones
Muted variations
1#044E44
2#084941
3#0C453E
4#10413B
5#143D38
6#183935
7#1D3532
8#21312F
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005247 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DBFFFA;
--charcoal-200: #BDFFF6;
--charcoal-300: #8AFFEF;
--charcoal-400: #4DFFE7;
--charcoal-500: #1AFFE0;
--charcoal-600: #00E0C2;
--charcoal-700: #00B39B;
--charcoal-800: #00806F;
--charcoal-900: #005247;
--charcoal-950: #00332C;
}