Charcoal
#034F40
CyanColor Codes
All color formats for development
HEX
#034F40RGB
rgb(3, 79, 64)HSL
hsl(168, 93%, 16%)OKLCH
oklch(0.382 0.071 174.1)CMYK
cmyk(96%, 0%, 19%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034739
2#023F33
3#02372C
4#022F26
5#012720
6#011F19
7#011813
8#01100D
9#000806
Tints
Lighter variations
1#047861
2#06A182
3#07CBA4
4#09F4C5
5#30F8D0
6#5AF9D9
7#83FBE3
8#ACFCEC
9#D6FEF6
Tones
Muted variations
1#074B3D
2#0A473B
3#0E4339
4#124036
5#163C34
6#1A3832
7#1D3430
8#21302D
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE5 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFC;
--charcoal-100: #DDFEF7;
--charcoal-200: #BFFDF0;
--charcoal-300: #8EFBE5;
--charcoal-400: #53F9D8;
--charcoal-500: #22F7CC;
--charcoal-600: #08D9AF;
--charcoal-700: #06AC8B;
--charcoal-800: #047B63;
--charcoal-900: #034F40;
--charcoal-950: #023128;
}