Charcoal
#1A3637
CyanColor Codes
All color formats for development
HEX
#1A3637RGB
rgb(26, 54, 55)HSL
hsl(182, 36%, 16%)OKLCH
oklch(0.311 0.034 198.6)CMYK
cmyk(53%, 2%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#183132
2#152C2C
3#122627
4#102121
5#0D1B1C
6#0A1616
7#081011
8#050B0B
9#030506
Tints
Lighter variations
1#285355
2#367072
3#438C8F
4#51A9AC
5#6DB8BA
6#8AC6C8
7#A8D4D6
8#C5E3E4
9#E2F1F1
Tones
Muted variations
1#1C3536
2#1D3435
3#1F3233
4#203132
5#213030
6#232E2F
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 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD8 #AFD8D9 | BordersInactive statesPlaceholder text |
| 400 | 86C4 #86C4C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B3 #63B3B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4896 #489699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3977 #397779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2955 #295557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F3F4;
--charcoal-200: #D2E9EA;
--charcoal-300: #AFD8D9;
--charcoal-400: #86C4C6;
--charcoal-500: #63B3B6;
--charcoal-600: #489699;
--charcoal-700: #397779;
--charcoal-800: #295557;
--charcoal-900: #1A3737;
--charcoal-950: #102223;
}