Charcoal
#034E41
CyanColor Codes
All color formats for development
HEX
#034E41RGB
rgb(3, 78, 65)HSL
hsl(170, 93%, 16%)OKLCH
oklch(0.379 0.069 176.3)CMYK
cmyk(96%, 0%, 17%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03473B
2#023F35
3#02372E
4#022F28
5#012721
6#011F1A
7#011814
8#01100D
9#000807
Tints
Lighter variations
1#047865
2#06A187
3#07CBAA
4#09F4CD
5#30F8D6
6#5AF9DE
7#83FBE7
8#ACFCEF
9#D6FEF7
Tones
Muted variations
1#074B40
2#0A473D
3#0E433B
4#124038
5#163C35
6#1A3833
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 #BFFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE9 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9DD | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F42 | 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: #BFFDF2;
--charcoal-300: #8EFBE9;
--charcoal-400: #53F9DD;
--charcoal-500: #22F7D3;
--charcoal-600: #08D9B6;
--charcoal-700: #06AC91;
--charcoal-800: #047B67;
--charcoal-900: #034F42;
--charcoal-950: #023129;
}