Charcoal
#034E43
CyanColor Codes
All color formats for development
HEX
#034E43RGB
rgb(3, 78, 67)HSL
hsl(171, 93%, 16%)OKLCH
oklch(0.38 0.068 178.9)CMYK
cmyk(96%, 0%, 14%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03473D
2#023F36
3#02372F
4#022F28
5#012722
6#011F1B
7#011814
8#01100D
9#000807
Tints
Lighter variations
1#047867
2#06A18A
3#07CBAD
4#09F4D1
5#30F8DA
6#5AF9E1
7#83FBE9
8#ACFCF0
9#D6FEF8
Tones
Muted variations
1#074B41
2#0A473E
3#0E433B
4#124039
5#163C36
6#1A3833
7#1D3431
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 #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFC;
--charcoal-100: #DDFEF9;
--charcoal-200: #BFFDF3;
--charcoal-300: #8EFBEB;
--charcoal-400: #53F9E0;
--charcoal-500: #22F7D7;
--charcoal-600: #08D9B9;
--charcoal-700: #06AC93;
--charcoal-800: #047B69;
--charcoal-900: #034F43;
--charcoal-950: #02312A;
}