Charcoal
#1A2B37
BlueColor Codes
All color formats for development
HEX
#1A2B37RGB
rgb(26, 43, 55)HSL
hsl(205, 36%, 16%)OKLCH
oklch(0.28 0.032 240.1)CMYK
cmyk(53%, 22%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182732
2#15232C
3#121E27
4#101A21
5#0D161C
6#0A1116
7#080D11
8#05090B
9#030406
Tints
Lighter variations
1#284255
2#365972
3#436F8F
4#5186AC
5#6D9ABA
6#8AAEC8
7#A8C3D6
8#C5D7E4
9#E2EBF1
Tones
Muted variations
1#1C2B36
2#1D2B35
3#1F2B33
4#202A32
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 | AFC8 #AFC8D9 | BordersInactive statesPlaceholder text |
| 400 | 86AB #86ABC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6393 #6393B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4877 #487799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395F #395F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2944 #294457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B37 | 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: #AFC8D9;
--charcoal-400: #86ABC6;
--charcoal-500: #6393B6;
--charcoal-600: #487799;
--charcoal-700: #395F79;
--charcoal-800: #294457;
--charcoal-900: #1A2B37;
--charcoal-950: #101B23;
}