Charcoal
#034E3D
CyanColor Codes
All color formats for development
HEX
#034E3DRGB
rgb(3, 78, 61)HSL
hsl(166, 93%, 16%)OKLCH
oklch(0.378 0.072 171.5)CMYK
cmyk(96%, 0%, 22%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034737
2#023F31
3#02372B
4#022F25
5#01271F
6#011F18
7#011812
8#01100C
9#000806
Tints
Lighter variations
1#04785D
2#06A17D
3#07CB9D
4#09F4BD
5#30F8C9
6#5AF9D4
7#83FBDF
8#ACFCE9
9#D6FEF4
Tones
Muted variations
1#074B3B
2#0A4739
3#0E4337
4#124035
5#163C33
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 #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE1 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFB;
--charcoal-100: #DDFEF6;
--charcoal-200: #BFFDEE;
--charcoal-300: #8EFBE1;
--charcoal-400: #53F9D2;
--charcoal-500: #22F7C5;
--charcoal-600: #08D9A8;
--charcoal-700: #06AC86;
--charcoal-800: #047B5F;
--charcoal-900: #034F3D;
--charcoal-950: #023126;
}