Charcoal
#034E4E
CyanColor Codes
All color formats for development
HEX
#034E4ERGB
rgb(3, 78, 78)HSL
hsl(180, 93%, 16%)OKLCH
oklch(0.384 0.064 194.8)CMYK
cmyk(96%, 0%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034747
2#023F3F
3#023737
4#022F2F
5#012727
6#011F1F
7#011818
8#011010
9#000808
Tints
Lighter variations
1#047878
2#06A1A1
3#07CBCB
4#09F4F4
5#30F8F8
6#5AF9F9
7#83FBFB
8#ACFCFC
9#D6FEFE
Tones
Muted variations
1#074B4B
2#0A4747
3#0E4343
4#124040
5#163C3C
6#1A3838
7#1D3434
8#213030
9#252D2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBFB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFE;
--charcoal-100: #DDFEFE;
--charcoal-200: #BFFDFD;
--charcoal-300: #8EFBFB;
--charcoal-400: #53F9F9;
--charcoal-500: #22F7F7;
--charcoal-600: #08D9D9;
--charcoal-700: #06ACAC;
--charcoal-800: #047B7B;
--charcoal-900: #034F4F;
--charcoal-950: #023131;
}