Charcoal
#1A3538
CyanColor Codes
All color formats for development
HEX
#1A3538RGB
rgb(26, 53, 56)HSL
hsl(186, 37%, 16%)OKLCH
oklch(0.309 0.033 204.9)CMYK
cmyk(54%, 5%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#173032
2#152A2D
3#122527
4#0F2022
5#0D1A1C
6#0A1516
7#081011
8#050B0B
9#030506
Tints
Lighter variations
1#275155
2#356C73
3#428890
4#50A4AD
5#6CB4BC
6#8AC3C9
7#A7D2D7
8#C4E1E4
9#E2F0F2
Tones
Muted variations
1#1B3436
2#1D3235
3#1E3133
4#203032
5#212F30
6#232E2F
7#242C2D
8#262B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6DA | BordersInactive statesPlaceholder text |
| 400 | 85C0 #85C0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AE #62AEB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4791 #47919A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3874 #38747A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2853 #285357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3538 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F2F4;
--charcoal-200: #D2E8EA;
--charcoal-300: #AFD6DA;
--charcoal-400: #85C0C7;
--charcoal-500: #62AEB7;
--charcoal-600: #47919A;
--charcoal-700: #38747A;
--charcoal-800: #285357;
--charcoal-900: #1A3538;
--charcoal-950: #102123;
}