Charcoal
#003330
CyanColor Codes
All color formats for development
HEX
#003330RGB
rgb(0, 51, 48)HSL
hsl(176, 100%, 10%)OKLCH
oklch(0.289 0.05 188.5)CMYK
cmyk(100%, 0%, 6%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E2B
2#002926
3#002421
4#001F1D
5#001A18
6#001413
7#000F0E
8#000A0A
9#000505
Tints
Lighter variations
1#00615A
2#008F85
3#00BDB0
4#00EBDB
5#1AFFF0
6#47FFF3
7#75FFF6
8#A3FFF9
9#D1FFFC
Tones
Muted variations
1#03302D
2#052E2B
3#082B29
4#0A2927
5#0D2625
6#0F2422
7#122120
8#141F1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF7 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008077 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFE;
--charcoal-100: #DBFFFD;
--charcoal-200: #BDFFFB;
--charcoal-300: #8AFFF7;
--charcoal-400: #4DFFF3;
--charcoal-500: #1AFFF0;
--charcoal-600: #00E0D1;
--charcoal-700: #00B3A7;
--charcoal-800: #008077;
--charcoal-900: #00524C;
--charcoal-950: #003330;
}