Charcoal
#005248
CyanColor Codes
All color formats for development
HEX
#005248RGB
rgb(0, 82, 72)HSL
hsl(173, 100%, 16%)OKLCH
oklch(0.393 0.071 181)CMYK
cmyk(100%, 0%, 12%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004941
2#00413A
3#003932
4#00312B
5#002924
6#00211D
7#001816
8#00100E
9#000807
Tints
Lighter variations
1#007C6E
2#00A794
3#00D2BA
4#00FDDF
5#29FFE6
6#54FFEB
7#7EFFF0
8#A9FFF5
9#D4FFFA
Tones
Muted variations
1#044E45
2#084942
3#0C453F
4#10413C
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 #DBFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF1 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFEA | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005248 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DBFFFB;
--charcoal-200: #BDFFF7;
--charcoal-300: #8AFFF1;
--charcoal-400: #4DFFEA;
--charcoal-500: #1AFFE4;
--charcoal-600: #00E0C6;
--charcoal-700: #00B39E;
--charcoal-800: #008071;
--charcoal-900: #005248;
--charcoal-950: #00332D;
}