Charcoal
#1B1F36
BlueColor Codes
All color formats for development
HEX
#1B1F36RGB
rgb(27, 31, 54)HSL
hsl(231, 33%, 16%)OKLCH
oklch(0.248 0.044 275.2)CMYK
cmyk(50%, 43%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191C31
2#16192B
3#131626
4#101321
5#0E101B
6#0B0D16
7#080910
8#05060B
9#030305
Tints
Lighter variations
1#2A3053
2#38406F
3#46518C
4#5561A8
5#717BB7
6#8D96C6
7#AAB0D4
8#C6CAE2
9#E3E5F1
Tones
Muted variations
1#1D2035
2#1E2134
3#1F2232
4#212331
5#222430
6#23252E
7#25262D
8#26272B
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B7 #B1B7D8 | BordersInactive statesPlaceholder text |
| 400 | 8891 #8891C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6672 #6672B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B56 #4B5695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C45 #3C4577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B31 #2B3155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7E9F3;
--charcoal-200: #D3D6E9;
--charcoal-300: #B1B7D8;
--charcoal-400: #8891C3;
--charcoal-500: #6672B2;
--charcoal-600: #4B5695;
--charcoal-700: #3C4577;
--charcoal-800: #2B3155;
--charcoal-900: #1B1F36;
--charcoal-950: #111422;
}