Charcoal
#1A3737
CyanColor Codes
All color formats for development
HEX
#1A3737RGB
rgb(26, 55, 55)HSL
hsl(180, 36%, 16%)OKLCH
oklch(0.314 0.035 195.5)CMYK
cmyk(53%, 0%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#183232
2#152C2C
3#122727
4#102121
5#0D1C1C
6#0A1616
7#081111
8#050B0B
9#030606
Tints
Lighter variations
1#285555
2#367272
3#438F8F
4#51ACAC
5#6DBABA
6#8AC8C8
7#A8D6D6
8#C5E4E4
9#E2F1F1
Tones
Muted variations
1#1C3636
2#1D3535
3#1F3333
4#203232
5#213030
6#232F2F
7#242D2D
8#262C2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD9 #AFD9D9 | BordersInactive statesPlaceholder text |
| 400 | 86C6 #86C6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B6 #63B6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4899 #489999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3979 #397979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2957 #295757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F4F4;
--charcoal-200: #D2EAEA;
--charcoal-300: #AFD9D9;
--charcoal-400: #86C6C6;
--charcoal-500: #63B6B6;
--charcoal-600: #489999;
--charcoal-700: #397979;
--charcoal-800: #295757;
--charcoal-900: #1A3737;
--charcoal-950: #102323;
}