Charcoal
#1A3838
CyanColor Codes
All color formats for development
HEX
#1A3838RGB
rgb(26, 56, 56)HSL
hsl(180, 37%, 16%)OKLCH
oklch(0.318 0.036 195.5)CMYK
cmyk(54%, 0%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#173232
2#152D2D
3#122727
4#0F2222
5#0D1C1C
6#0A1616
7#081111
8#050B0B
9#030606
Tints
Lighter variations
1#275555
2#357373
3#429090
4#50ADAD
5#6CBCBC
6#8AC9C9
7#A7D7D7
8#C4E4E4
9#E2F2F2
Tones
Muted variations
1#1B3636
2#1D3535
3#1E3333
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 | AFDA #AFDADA | BordersInactive statesPlaceholder text |
| 400 | 85C7 #85C7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B7 #62B7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 479A #479A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 387A #387A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2857 #285757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A38 #1A3838 | 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: #AFDADA;
--charcoal-400: #85C7C7;
--charcoal-500: #62B7B7;
--charcoal-600: #479A9A;
--charcoal-700: #387A7A;
--charcoal-800: #285757;
--charcoal-900: #1A3838;
--charcoal-950: #102323;
}