Charcoal
#1A3237
CyanColor Codes
All color formats for development
HEX
#1A3237RGB
rgb(26, 50, 55)HSL
hsl(190, 36%, 16%)OKLCH
oklch(0.3 0.031 212.5)CMYK
cmyk(53%, 9%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182E32
2#15282C
3#122327
4#101E21
5#0D191C
6#0A1416
7#080F11
8#050A0B
9#030506
Tints
Lighter variations
1#284D55
2#366872
3#43828F
4#519DAC
5#6DAEBA
6#8ABEC8
7#A8CED6
8#C5DEE4
9#E2EFF1
Tones
Muted variations
1#1C3236
2#1D3135
3#1F3033
4#202F32
5#212E30
6#232D2F
7#242C2D
8#262B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD2 #AFD2D9 | BordersInactive statesPlaceholder text |
| 400 | 86BB #86BBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A8 #63A8B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488B #488B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396F #396F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294F #294F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3337 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F1F4;
--charcoal-200: #D2E6EA;
--charcoal-300: #AFD2D9;
--charcoal-400: #86BBC6;
--charcoal-500: #63A8B6;
--charcoal-600: #488B99;
--charcoal-700: #396F79;
--charcoal-800: #294F57;
--charcoal-900: #1A3337;
--charcoal-950: #102023;
}