Charcoal
#1A3537
CyanColor Codes
All color formats for development
HEX
#1A3537RGB
rgb(26, 53, 55)HSL
hsl(184, 36%, 16%)OKLCH
oklch(0.308 0.033 201.8)CMYK
cmyk(53%, 4%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#183032
2#152B2C
3#122527
4#102021
5#0D1B1C
6#0A1516
7#081011
8#050B0B
9#030506
Tints
Lighter variations
1#285255
2#366E72
3#438A8F
4#51A6AC
5#6DB5BA
6#8AC4C8
7#A8D3D6
8#C5E2E4
9#E2F0F1
Tones
Muted variations
1#1C3436
2#1D3335
3#1F3233
4#203032
5#212F30
6#232E2F
7#242D2D
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 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7D9 | BordersInactive statesPlaceholder text |
| 400 | 86C2 #86C2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B0 #63B0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4893 #489399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3975 #397579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2954 #295457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3637 | 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: #E7F3F4;
--charcoal-200: #D2E8EA;
--charcoal-300: #AFD7D9;
--charcoal-400: #86C2C6;
--charcoal-500: #63B0B6;
--charcoal-600: #489399;
--charcoal-700: #397579;
--charcoal-800: #295457;
--charcoal-900: #1A3637;
--charcoal-950: #102123;
}