Charcoal
#1A2B38
BlueColor Codes
All color formats for development
HEX
#1A2B38RGB
rgb(26, 43, 56)HSL
hsl(206, 37%, 16%)OKLCH
oklch(0.28 0.033 242.3)CMYK
cmyk(54%, 23%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172732
2#15222D
3#121E27
4#0F1A22
5#0D151C
6#0A1116
7#080D11
8#05090B
9#030406
Tints
Lighter variations
1#274155
2#355873
3#426E90
4#5085AD
5#6C99BC
6#8AAEC9
7#A7C2D7
8#C4D6E4
9#E2EBF2
Tones
Muted variations
1#1B2B36
2#1D2A35
3#1E2A33
4#202A32
5#212A30
6#232A2F
7#24292D
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 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC7 #AFC7DA | BordersInactive statesPlaceholder text |
| 400 | 85AA #85AAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6292 #6292B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4776 #47769A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385E #385E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2843 #284357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B38 | 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: #D2DFEA;
--charcoal-300: #AFC7DA;
--charcoal-400: #85AAC7;
--charcoal-500: #6292B7;
--charcoal-600: #47769A;
--charcoal-700: #385E7A;
--charcoal-800: #284357;
--charcoal-900: #1A2B38;
--charcoal-950: #101B23;
}