Charcoal
#034F3C
CyanColor Codes
All color formats for development
HEX
#034F3CRGB
rgb(3, 79, 60)HSL
hsl(165, 93%, 16%)OKLCH
oklch(0.381 0.075 169.5)CMYK
cmyk(96%, 0%, 24%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034736
2#023F30
3#02372A
4#022F24
5#01271E
6#011F18
7#011812
8#01100C
9#000806
Tints
Lighter variations
1#04785B
2#06A17B
3#07CB9A
4#09F4B9
5#30F8C6
6#5AF9D1
7#83FBDD
8#ACFCE8
9#D6FEF4
Tones
Muted variations
1#074B3A
2#0A4738
3#0E4336
4#124034
5#163C32
6#1A3830
7#1D342E
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 #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFB;
--charcoal-100: #DDFEF5;
--charcoal-200: #BFFDED;
--charcoal-300: #8EFBE0;
--charcoal-400: #53F9CF;
--charcoal-500: #22F7C2;
--charcoal-600: #08D9A4;
--charcoal-700: #06AC83;
--charcoal-800: #047B5D;
--charcoal-900: #034F3C;
--charcoal-950: #023125;
}