Charcoal
#034F4A
CyanColor Codes
All color formats for development
HEX
#034F4ARGB
rgb(3, 79, 74)HSL
hsl(176, 93%, 16%)OKLCH
oklch(0.386 0.066 187.4)CMYK
cmyk(96%, 0%, 6%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034742
2#023F3B
3#023734
4#022F2C
5#012725
6#011F1D
7#011816
8#01100F
9#000807
Tints
Lighter variations
1#047870
2#06A197
3#07CBBE
4#09F4E4
5#30F8EA
6#5AF9EE
7#83FBF3
8#ACFCF7
9#D6FEFB
Tones
Muted variations
1#074B46
2#0A4743
3#0E4340
4#12403D
5#163C39
6#1A3836
7#1D3433
8#21302F
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF4 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EE | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFE;
--charcoal-100: #DDFEFC;
--charcoal-200: #BFFDF9;
--charcoal-300: #8EFBF4;
--charcoal-400: #53F9EE;
--charcoal-500: #22F7E9;
--charcoal-600: #08D9CB;
--charcoal-700: #06ACA1;
--charcoal-800: #047B73;
--charcoal-900: #034F4A;
--charcoal-950: #02312E;
}