Charcoal
#004E52
CyanColor Codes
All color formats for development
HEX
#004E52RGB
rgb(0, 78, 82)HSL
hsl(183, 100%, 16%)OKLCH
oklch(0.386 0.066 200.7)CMYK
cmyk(100%, 5%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004649
2#003E41
3#003639
4#002F31
5#002729
6#001F21
7#001718
8#001010
9#000808
Tints
Lighter variations
1#00767C
2#009FA7
3#00C8D2
4#00F0FD
5#29F4FF
6#54F6FF
7#7EF9FF
8#A9FBFF
9#D4FDFF
Tones
Muted variations
1#044A4E
2#084649
3#0C4345
4#103F41
5#143B3D
6#183739
7#1D3435
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 | BDFC #BDFCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF9 #8AF9FF | BordersInactive statesPlaceholder text |
| 400 | 4DF6 #4DF6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF4 #1AF4FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D5 #00D5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00AA #00AAB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0079 #007980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004E #004E52 | 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: #BDFCFF;
--charcoal-300: #8AF9FF;
--charcoal-400: #4DF6FF;
--charcoal-500: #1AF4FF;
--charcoal-600: #00D5E0;
--charcoal-700: #00AAB3;
--charcoal-800: #007980;
--charcoal-900: #004E52;
--charcoal-950: #003033;
}