Charcoal
#00524B
CyanColor Codes
All color formats for development
HEX
#00524BRGB
rgb(0, 82, 75)HSL
hsl(175, 100%, 16%)OKLCH
oklch(0.394 0.07 185)CMYK
cmyk(100%, 0%, 9%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004943
2#00413C
3#003934
4#00312D
5#002925
6#00211E
7#001816
8#00100F
9#000807
Tints
Lighter variations
1#007C72
2#00A799
3#00D2C1
4#00FDE8
5#29FFED
6#54FFF1
7#7EFFF4
8#A9FFF8
9#D4FFFB
Tones
Muted variations
1#044E47
2#084944
3#0C4541
4#10413D
5#143D3A
6#183936
7#1D3533
8#213130
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF5 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFEC | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524B | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFE;
--charcoal-100: #DBFFFC;
--charcoal-200: #BDFFF9;
--charcoal-300: #8AFFF5;
--charcoal-400: #4DFFF0;
--charcoal-500: #1AFFEC;
--charcoal-600: #00E0CE;
--charcoal-700: #00B3A4;
--charcoal-800: #008075;
--charcoal-900: #00524B;
--charcoal-950: #00332F;
}