Charcoal
#024F41
CyanColor Codes
All color formats for development
HEX
#024F41RGB
rgb(2, 79, 65)HSL
hsl(169, 95%, 16%)OKLCH
oklch(0.382 0.071 175.4)CMYK
cmyk(97%, 0%, 18%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02483B
2#024034
3#01382E
4#013027
5#012821
6#01201A
7#011814
8#00100D
9#000807
Tints
Lighter variations
1#037964
2#04A386
3#05CDA8
4#06F7CB
5#2EFAD4
6#58FBDD
7#82FCE5
8#ABFDEE
9#D5FEF6
Tones
Muted variations
1#064C3F
2#0A483C
3#0E443A
4#124038
5#153C35
6#193833
7#1D3430
8#21312E
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE8 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBDB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025041 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFC;
--charcoal-100: #DCFEF8;
--charcoal-200: #BEFDF2;
--charcoal-300: #8DFCE8;
--charcoal-400: #51FBDB;
--charcoal-500: #1FF9D1;
--charcoal-600: #06DBB4;
--charcoal-700: #04AE8F;
--charcoal-800: #037C66;
--charcoal-900: #025041;
--charcoal-950: #013229;
}