Charcoal
#004C52
CyanColor Codes
All color formats for development
HEX
#004C52RGB
rgb(0, 76, 82)HSL
hsl(184, 100%, 16%)OKLCH
oklch(0.38 0.065 203.9)CMYK
cmyk(100%, 7%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004549
2#003D41
3#003539
4#002E31
5#002629
6#001E21
7#001718
8#000F10
9#000808
Tints
Lighter variations
1#00747C
2#009CA7
3#00C4D2
4#00ECFD
5#29F1FF
6#54F4FF
7#7EF6FF
8#A9F9FF
9#D4FCFF
Tones
Muted variations
1#04494E
2#084549
3#0C4245
4#103E41
5#143A3D
6#183739
7#1D3335
8#213031
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFB #BDFBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF7 #8AF7FF | BordersInactive statesPlaceholder text |
| 400 | 4DF3 #4DF3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF0 #1AF0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D1 #00D1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A7 #00A7B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0077 #007780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004C #004C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFF;
--charcoal-100: #DBFDFF;
--charcoal-200: #BDFBFF;
--charcoal-300: #8AF7FF;
--charcoal-400: #4DF3FF;
--charcoal-500: #1AF0FF;
--charcoal-600: #00D1E0;
--charcoal-700: #00A7B3;
--charcoal-800: #007780;
--charcoal-900: #004C52;
--charcoal-950: #003033;
}