Charcoal
#024F45
CyanColor Codes
All color formats for development
HEX
#024F45RGB
rgb(2, 79, 69)HSL
hsl(172, 95%, 16%)OKLCH
oklch(0.384 0.069 180.5)CMYK
cmyk(97%, 0%, 13%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02483E
2#024037
3#013830
4#01302A
5#012823
6#01201C
7#011815
8#00100E
9#000807
Tints
Lighter variations
1#03796A
2#04A38E
3#05CDB2
4#06F7D7
5#2EFADF
6#58FBE5
7#82FCEC
8#ABFDF2
9#D5FEF9
Tones
Muted variations
1#064C42
2#0A4840
3#0E443D
4#12403A
5#153C37
6#193834
7#1D3431
8#21312E
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCED | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025045 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DCFEFA;
--charcoal-200: #BEFDF5;
--charcoal-300: #8DFCED;
--charcoal-400: #51FBE4;
--charcoal-500: #1FF9DC;
--charcoal-600: #06DBBE;
--charcoal-700: #04AE97;
--charcoal-800: #037C6C;
--charcoal-900: #025045;
--charcoal-950: #01322B;
}