Charcoal
#1A2C38
BlueColor Codes
All color formats for development
HEX
#1A2C38RGB
rgb(26, 44, 56)HSL
hsl(204, 37%, 16%)OKLCH
oklch(0.283 0.032 238.6)CMYK
cmyk(54%, 21%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172732
2#15232D
3#121F27
4#0F1A22
5#0D161C
6#0A1216
7#080D11
8#05090B
9#030406
Tints
Lighter variations
1#274355
2#355A73
3#427190
4#5088AD
5#6C9CBC
6#8AB0C9
7#A7C3D7
8#C4D7E4
9#E2EBF2
Tones
Muted variations
1#1B2C36
2#1D2B35
3#1E2B33
4#202B32
5#212A30
6#232A2F
7#242A2D
8#26292C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9DA | BordersInactive statesPlaceholder text |
| 400 | 85AC #85ACC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6295 #6295B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4779 #47799A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3860 #38607A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2844 #284457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C38 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF4;
--charcoal-200: #D2E0EA;
--charcoal-300: #AFC9DA;
--charcoal-400: #85ACC7;
--charcoal-500: #6295B7;
--charcoal-600: #47799A;
--charcoal-700: #38607A;
--charcoal-800: #284457;
--charcoal-900: #1A2C38;
--charcoal-950: #101B23;
}