Charcoal
#1D1F34
BlueColor Codes
All color formats for development
HEX
#1D1F34RGB
rgb(29, 31, 52)HSL
hsl(235, 28%, 16%)OKLCH
oklch(0.248 0.04 278.9)CMYK
cmyk(44%, 40%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1C2F
2#18192A
3#151625
4#12131F
5#0F101A
6#0C0D15
7#090910
8#06060A
9#030305
Tints
Lighter variations
1#2D3050
2#3C406B
3#4C5186
4#5B61A2
5#767BB2
6#9195C1
7#ADB0D1
8#C8CAE0
9#E4E5F0
Tones
Muted variations
1#1F2033
2#202132
3#212231
4#222330
5#23242F
6#24252D
7#25262C
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B7 #B4B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8D91 #8D91BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C71 #6C71AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5156 #515690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4044 #404472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E31 #2E3152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8E9F2;
--charcoal-200: #D5D6E7;
--charcoal-300: #B4B7D5;
--charcoal-400: #8D91BF;
--charcoal-500: #6C71AC;
--charcoal-600: #515690;
--charcoal-700: #404472;
--charcoal-800: #2E3152;
--charcoal-900: #1D1F34;
--charcoal-950: #121421;
}