Charcoal
#034F41
CyanColor Codes
All color formats for development
HEX
#034F41RGB
rgb(3, 79, 65)HSL
hsl(169, 93%, 16%)OKLCH
oklch(0.382 0.071 175.3)CMYK
cmyk(96%, 0%, 18%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03473A
2#023F34
3#02372D
4#022F27
5#012720
6#011F1A
7#011813
8#01100D
9#000806
Tints
Lighter variations
1#047863
2#06A185
3#07CBA7
4#09F4C9
5#30F8D3
6#5AF9DC
7#83FBE5
8#ACFCED
9#D6FEF6
Tones
Muted variations
1#074B3E
2#0A473C
3#0E433A
4#124037
5#163C35
6#1A3832
7#1D3430
8#21302E
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE7 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9DA | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFC;
--charcoal-100: #DDFEF8;
--charcoal-200: #BFFDF1;
--charcoal-300: #8EFBE7;
--charcoal-400: #53F9DA;
--charcoal-500: #22F7D0;
--charcoal-600: #08D9B2;
--charcoal-700: #06AC8E;
--charcoal-800: #047B65;
--charcoal-900: #034F41;
--charcoal-950: #023129;
}