Charcoal
#1B2036
BlueColor Codes
All color formats for development
HEX
#1B2036RGB
rgb(27, 32, 54)HSL
hsl(229, 33%, 16%)OKLCH
oklch(0.25 0.042 273.2)CMYK
cmyk(50%, 41%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191D31
2#161A2B
3#131726
4#101321
5#0E101B
6#0B0D16
7#080A10
8#05060B
9#030305
Tints
Lighter variations
1#2A3153
2#38426F
3#46538C
4#5564A8
5#717EB7
6#8D97C6
7#AAB1D4
8#C6CBE2
9#E3E5F1
Tones
Muted variations
1#1D2135
2#1E2234
3#1F2332
4#212431
5#222530
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 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B8 #B1B8D8 | BordersInactive statesPlaceholder text |
| 400 | 8893 #8893C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6674 #6674B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B59 #4B5995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C47 #3C4777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B32 #2B3255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B20 #1B2036 | 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: #D3D7E9;
--charcoal-300: #B1B8D8;
--charcoal-400: #8893C3;
--charcoal-500: #6674B2;
--charcoal-600: #4B5995;
--charcoal-700: #3C4777;
--charcoal-800: #2B3255;
--charcoal-900: #1B2036;
--charcoal-950: #111422;
}