Charcoal
#1A2A38
BlueColor Codes
All color formats for development
HEX
#1A2A38RGB
rgb(26, 42, 56)HSL
hsl(208, 37%, 16%)OKLCH
oklch(0.278 0.034 245.8)CMYK
cmyk(54%, 25%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172632
2#15212D
3#121D27
4#0F1922
5#0D151C
6#0A1116
7#080D11
8#05080B
9#030406
Tints
Lighter variations
1#274055
2#355673
3#426C90
4#5082AD
5#6C97BC
6#8AABC9
7#A7C0D7
8#C4D5E4
9#E2EAF2
Tones
Muted variations
1#1B2A36
2#1D2A35
3#1E2A33
4#202932
5#212930
6#23292F
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 | AFC6 #AFC6DA | BordersInactive statesPlaceholder text |
| 400 | 85A8 #85A8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628F #628FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4773 #47739A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385B #385B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A38 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | 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: #AFC6DA;
--charcoal-400: #85A8C7;
--charcoal-500: #628FB7;
--charcoal-600: #47739A;
--charcoal-700: #385B7A;
--charcoal-800: #284157;
--charcoal-900: #1A2A38;
--charcoal-950: #101A23;
}