Charcoal
#00332C
CyanColor Codes
All color formats for development
HEX
#00332CRGB
rgb(0, 51, 44)HSL
hsl(172, 100%, 10%)OKLCH
oklch(0.288 0.052 180.6)CMYK
cmyk(100%, 0%, 14%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E28
2#002923
3#00241F
4#001F1B
5#001A16
6#001412
7#000F0D
8#000A09
9#000504
Tints
Lighter variations
1#006154
2#008F7C
3#00BDA4
4#00EBCB
5#1AFFE0
6#47FFE7
7#75FFED
8#A3FFF3
9#D1FFF9
Tones
Muted variations
1#03302A
2#052E28
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 #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;
}