Charcoal
#1D1D34
BlueColor Codes
All color formats for development
HEX
#1D1D34RGB
rgb(29, 29, 52)HSL
hsl(240, 28%, 16%)OKLCH
oklch(0.243 0.043 282.7)CMYK
cmyk(44%, 44%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1A2F
2#18182A
3#151525
4#12121F
5#0F0F1A
6#0C0C15
7#090910
8#06060A
9#030305
Tints
Lighter variations
1#2D2D50
2#3C3C6B
3#4C4C86
4#5B5BA2
5#7676B2
6#9191C1
7#ADADD1
8#C8C8E0
9#E4E4F0
Tones
Muted variations
1#1F1F33
2#202032
3#212131
4#222230
5#23232F
6#24242D
7#25252C
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B4 #B4B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8D #8D8DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6C #6C6CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5151 #515190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4040 #404072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2E #2E2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D34 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E8E8F2;
--charcoal-200: #D5D5E7;
--charcoal-300: #B4B4D5;
--charcoal-400: #8D8DBF;
--charcoal-500: #6C6CAC;
--charcoal-600: #515190;
--charcoal-700: #404072;
--charcoal-800: #2E2E52;
--charcoal-900: #1D1D34;
--charcoal-950: #121221;
}