Charcoal
#034E44
CyanColor Codes
All color formats for development
HEX
#034E44RGB
rgb(3, 78, 68)HSL
hsl(172, 93%, 16%)OKLCH
oklch(0.38 0.068 180.3)CMYK
cmyk(96%, 0%, 13%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03473E
2#023F37
3#023730
4#022F29
5#012722
6#011F1B
7#011815
8#01100E
9#000807
Tints
Lighter variations
1#047869
2#06A18D
3#07CBB1
4#09F4D5
5#30F8DD
6#5AF9E4
7#83FBEB
8#ACFCF1
9#D6FEF8
Tones
Muted variations
1#074B42
2#0A473F
3#0E433C
4#124039
5#163C37
6#1A3834
7#1D3431
8#21302E
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFD;
--charcoal-100: #DDFEF9;
--charcoal-200: #BFFDF4;
--charcoal-300: #8EFBEC;
--charcoal-400: #53F9E3;
--charcoal-500: #22F7DB;
--charcoal-600: #08D9BD;
--charcoal-700: #06AC96;
--charcoal-800: #047B6B;
--charcoal-900: #034F45;
--charcoal-950: #02312B;
}