Charcoal
#025048
CyanColor Codes
All color formats for development
HEX
#025048RGB
rgb(2, 80, 72)HSL
hsl(174, 95%, 16%)OKLCH
oklch(0.388 0.068 183.3)CMYK
cmyk(98%, 0%, 10%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024841
2#024039
3#013832
4#01302B
5#012824
6#01201D
7#011816
8#00100E
9#000807
Tints
Lighter variations
1#03796E
2#04A393
3#05CDB9
4#06F7DF
5#2EFAE5
6#58FBEA
7#82FCF0
8#ABFDF5
9#D5FEFA
Tones
Muted variations
1#064C45
2#0A4842
3#0E443F
4#12403B
5#153C38
6#193835
7#1D3432
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 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCF1 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBEA | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025048 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DCFEFB;
--charcoal-200: #BEFDF7;
--charcoal-300: #8DFCF1;
--charcoal-400: #51FBEA;
--charcoal-500: #1FF9E3;
--charcoal-600: #06DBC5;
--charcoal-700: #04AE9D;
--charcoal-800: #037C70;
--charcoal-900: #025048;
--charcoal-950: #01322D;
}