Charcoal
#1A2938
BlueColor Codes
All color formats for development
HEX
#1A2938RGB
rgb(26, 41, 56)HSL
hsl(210, 37%, 16%)OKLCH
oklch(0.275 0.035 249.2)CMYK
cmyk(54%, 27%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172532
2#15212D
3#121D27
4#0F1822
5#0D141C
6#0A1016
7#080C11
8#05080B
9#030406
Tints
Lighter variations
1#273E55
2#355473
3#426990
4#507EAD
5#6C94BC
6#8AA9C9
7#A7BFD7
8#C4D4E4
9#E2EAF2
Tones
Muted variations
1#1B2936
2#1D2935
3#1E2933
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 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4DA | BordersInactive statesPlaceholder text |
| 400 | 85A6 #85A6C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628C #628CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4770 #47709A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3859 #38597A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2840 #284057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2938 | 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: #F5F7FA;
--charcoal-100: #E7EDF4;
--charcoal-200: #D2DEEA;
--charcoal-300: #AFC4DA;
--charcoal-400: #85A6C7;
--charcoal-500: #628CB7;
--charcoal-600: #47709A;
--charcoal-700: #38597A;
--charcoal-800: #284057;
--charcoal-900: #1A2938;
--charcoal-950: #101A23;
}