Charcoal
#034E47
CyanColor Codes
All color formats for development
HEX
#034E47RGB
rgb(3, 78, 71)HSL
hsl(174, 93%, 16%)OKLCH
oklch(0.382 0.066 184.5)CMYK
cmyk(96%, 0%, 9%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034740
2#023F39
3#023732
4#022F2B
5#012724
6#011F1C
7#011815
8#01100E
9#000807
Tints
Lighter variations
1#04786D
2#06A192
3#07CBB7
4#09F4DD
5#30F8E4
6#5AF9E9
7#83FBEF
8#ACFCF4
9#D6FEFA
Tones
Muted variations
1#074B44
2#0A4741
3#0E433E
4#12403B
5#163C38
6#1A3835
7#1D3432
8#21302F
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E8 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFD;
--charcoal-100: #DDFEFA;
--charcoal-200: #BFFDF7;
--charcoal-300: #8EFBF0;
--charcoal-400: #53F9E8;
--charcoal-500: #22F7E2;
--charcoal-600: #08D9C4;
--charcoal-700: #06AC9C;
--charcoal-800: #047B6F;
--charcoal-900: #034F47;
--charcoal-950: #02312C;
}