Charcoal
#034E3E
CyanColor Codes
All color formats for development
HEX
#034E3ERGB
rgb(3, 78, 62)HSL
hsl(167, 93%, 16%)OKLCH
oklch(0.378 0.072 172.7)CMYK
cmyk(96%, 0%, 21%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034738
2#023F32
3#02372C
4#022F25
5#01271F
6#011F19
7#011813
8#01100C
9#000806
Tints
Lighter variations
1#04785F
2#06A180
3#07CBA0
4#09F4C1
5#30F8CC
6#5AF9D6
7#83FBE1
8#ACFCEB
9#D6FEF5
Tones
Muted variations
1#074B3C
2#0A473A
3#0E4338
4#124036
5#163C34
6#1A3831
7#1D342F
8#21302D
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE3 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFB;
--charcoal-100: #DDFEF7;
--charcoal-200: #BFFDEF;
--charcoal-300: #8EFBE3;
--charcoal-400: #53F9D5;
--charcoal-500: #22F7C9;
--charcoal-600: #08D9AB;
--charcoal-700: #06AC88;
--charcoal-800: #047B61;
--charcoal-900: #034F3E;
--charcoal-950: #023127;
}