Charcoal
#024F3F
CyanColor Codes
All color formats for development
HEX
#024F3FRGB
rgb(2, 79, 63)HSL
hsl(168, 95%, 16%)OKLCH
oklch(0.382 0.072 173)CMYK
cmyk(97%, 0%, 20%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02483A
2#024033
3#01382D
4#013026
5#012820
6#01201A
7#011813
8#00100D
9#000806
Tints
Lighter variations
1#037962
2#04A383
3#05CDA5
4#06F7C7
5#2EFAD1
6#58FBDA
7#82FCE3
8#ABFDED
9#D5FEF6
Tones
Muted variations
1#064C3E
2#0A483B
3#0E4439
4#124037
5#153C34
6#193832
7#1D3430
8#21312D
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE6 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025040 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFC;
--charcoal-100: #DCFEF7;
--charcoal-200: #BEFDF1;
--charcoal-300: #8DFCE6;
--charcoal-400: #51FBD9;
--charcoal-500: #1FF9CE;
--charcoal-600: #06DBB0;
--charcoal-700: #04AE8C;
--charcoal-800: #037C64;
--charcoal-900: #025040;
--charcoal-950: #013228;
}