Charcoal
#1B2A36
BlueColor Codes
All color formats for development
HEX
#1B2A36RGB
rgb(27, 42, 54)HSL
hsl(207, 33%, 16%)OKLCH
oklch(0.277 0.03 243.3)CMYK
cmyk(50%, 22%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192631
2#16222B
3#131E26
4#101921
5#0E151B
6#0B1116
7#080D10
8#05080B
9#030405
Tints
Lighter variations
1#2A4053
2#38566F
3#466D8C
4#5583A8
5#7197B7
6#8DACC6
7#AAC1D4
8#C6D6E2
9#E3EAF1
Tones
Muted variations
1#1D2A35
2#1E2A34
3#1F2A32
4#212A31
5#222930
6#23292E
7#25292D
8#26292B
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DF #D3DFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C6 #B1C6D8 | BordersInactive statesPlaceholder text |
| 400 | 88A9 #88A9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6690 #6690B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B74 #4B7495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5C #3C5C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B42 #2B4255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2A #1B2A36 | Primary textHigh emphasis contentDark headings |
| 950 | 111A #111A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF3;
--charcoal-200: #D3DFE9;
--charcoal-300: #B1C6D8;
--charcoal-400: #88A9C3;
--charcoal-500: #6690B2;
--charcoal-600: #4B7495;
--charcoal-700: #3C5C77;
--charcoal-800: #2B4255;
--charcoal-900: #1B2A36;
--charcoal-950: #111A22;
}