Charcoal
#1D2034
BlueColor Codes
All color formats for development
HEX
#1D2034RGB
rgb(29, 32, 52)HSL
hsl(232, 28%, 16%)OKLCH
oklch(0.251 0.038 276.8)CMYK
cmyk(44%, 38%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1D2F
2#181A2A
3#151725
4#12131F
5#0F101A
6#0C0D15
7#090A10
8#06060A
9#030305
Tints
Lighter variations
1#2D3150
2#3C426B
3#4C5386
4#5B65A2
5#767EB2
6#9198C1
7#ADB2D1
8#C8CBE0
9#E4E5F0
Tones
Muted variations
1#1F2133
2#202232
3#212331
4#222430
5#23252F
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 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B8 #B4B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8D93 #8D93BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C75 #6C75AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5159 #515990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4047 #404772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E33 #2E3352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | 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: #D5D7E7;
--charcoal-300: #B4B8D5;
--charcoal-400: #8D93BF;
--charcoal-500: #6C75AC;
--charcoal-600: #515990;
--charcoal-700: #404772;
--charcoal-800: #2E3352;
--charcoal-900: #1D2034;
--charcoal-950: #121421;
}