Charcoal
#1D2134
BlueColor Codes
All color formats for development
HEX
#1D2134RGB
rgb(29, 33, 52)HSL
hsl(230, 28%, 16%)OKLCH
oklch(0.253 0.036 274.4)CMYK
cmyk(44%, 37%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1E2F
2#181B2A
3#151725
4#12141F
5#0F111A
6#0C0D15
7#090A10
8#06070A
9#030305
Tints
Lighter variations
1#2D3350
2#3C446B
3#4C5586
4#5B67A2
5#7680B2
6#9199C1
7#ADB3D1
8#C8CCE0
9#E4E6F0
Tones
Muted variations
1#1F2233
2#202332
3#212331
4#222430
5#23252F
6#24262D
7#25272C
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 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B9 #B4B9D5 | BordersInactive statesPlaceholder text |
| 400 | 8D95 #8D95BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C77 #6C77AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515B #515B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4049 #404972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E34 #2E3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2134 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EAF2;
--charcoal-200: #D5D8E7;
--charcoal-300: #B4B9D5;
--charcoal-400: #8D95BF;
--charcoal-500: #6C77AC;
--charcoal-600: #515B90;
--charcoal-700: #404972;
--charcoal-800: #2E3452;
--charcoal-900: #1D2134;
--charcoal-950: #121521;
}