Charcoal
#034E48
CyanColor Codes
All color formats for development
HEX
#034E48RGB
rgb(3, 78, 72)HSL
hsl(175, 93%, 16%)OKLCH
oklch(0.382 0.066 185.9)CMYK
cmyk(96%, 0%, 8%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034741
2#023F3A
3#023733
4#022F2B
5#012724
6#011F1D
7#011816
8#01100E
9#000807
Tints
Lighter variations
1#04786E
2#06A194
3#07CBBA
4#09F4E1
5#30F8E7
6#5AF9EC
7#83FBF1
8#ACFCF5
9#D6FEFA
Tones
Muted variations
1#074B45
2#0A4742
3#0E433F
4#12403C
5#163C39
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 #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF2 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFD;
--charcoal-100: #DDFEFB;
--charcoal-200: #BFFDF8;
--charcoal-300: #8EFBF2;
--charcoal-400: #53F9EB;
--charcoal-500: #22F7E5;
--charcoal-600: #08D9C7;
--charcoal-700: #06AC9E;
--charcoal-800: #047B71;
--charcoal-900: #034F48;
--charcoal-950: #02312D;
}