Charcoal
#00332D
CyanColor Codes
All color formats for development
HEX
#00332DRGB
rgb(0, 51, 45)HSL
hsl(173, 100%, 10%)OKLCH
oklch(0.288 0.051 182.5)CMYK
cmyk(100%, 0%, 12%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E29
2#002924
3#002420
4#001F1B
5#001A17
6#001412
7#000F0E
8#000A09
9#000505
Tints
Lighter variations
1#006156
2#008F7E
3#00BDA7
4#00EBCF
5#1AFFE4
6#47FFEA
7#75FFEF
8#A3FFF4
9#D1FFFA
Tones
Muted variations
1#03302B
2#052E29
3#082B27
4#0A2925
5#0D2623
6#0F2421
7#12211F
8#141F1D
9#171C1B
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;
}