Charcoal
#1A2937
BlueColor Codes
All color formats for development
HEX
#1A2937RGB
rgb(26, 41, 55)HSL
hsl(209, 36%, 16%)OKLCH
oklch(0.274 0.033 247.4)CMYK
cmyk(53%, 25%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182532
2#15212C
3#121D27
4#101921
5#0D151C
6#0A1116
7#080C11
8#05080B
9#030406
Tints
Lighter variations
1#283F55
2#365572
3#436A8F
4#5180AC
5#6D95BA
6#8AAAC8
7#A8C0D6
8#C5D5E4
9#E2EAF1
Tones
Muted variations
1#1C2936
2#1D2935
3#1F2933
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 | AFC5 #AFC5D9 | BordersInactive statesPlaceholder text |
| 400 | 86A7 #86A7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638E #638EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4872 #487299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395A #395A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2941 #294157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2937 | 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: #AFC5D9;
--charcoal-400: #86A7C6;
--charcoal-500: #638EB6;
--charcoal-600: #487299;
--charcoal-700: #395A79;
--charcoal-800: #294157;
--charcoal-900: #1A2937;
--charcoal-950: #101A23;
}