Charcoal
#024F3C
CyanColor Codes
All color formats for development
HEX
#024F3CRGB
rgb(2, 79, 60)HSL
hsl(165, 95%, 16%)OKLCH
oklch(0.381 0.075 169.6)CMYK
cmyk(97%, 0%, 24%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024836
2#024030
3#01382A
4#013024
5#01281E
6#012018
7#011812
8#00100C
9#000806
Tints
Lighter variations
1#03795C
2#04A37B
3#05CD9B
4#06F7BB
5#2EFAC7
6#58FBD2
7#82FCDD
8#ABFDE9
9#D5FEF4
Tones
Muted variations
1#064C3A
2#0A4838
3#0E4436
4#124034
5#153C32
6#193831
7#1D342F
8#21312D
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE0 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD0 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503C | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFB;
--charcoal-100: #DCFEF6;
--charcoal-200: #BEFDEE;
--charcoal-300: #8DFCE0;
--charcoal-400: #51FBD0;
--charcoal-500: #1FF9C3;
--charcoal-600: #06DBA5;
--charcoal-700: #04AE84;
--charcoal-800: #037C5E;
--charcoal-900: #02503C;
--charcoal-950: #013226;
}