Charcoal
#1D2534
BlueColor Codes
All color formats for development
HEX
#1D2534RGB
rgb(29, 37, 52)HSL
hsl(219, 28%, 16%)OKLCH
oklch(0.264 0.031 262.7)CMYK
cmyk(44%, 29%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A222F
2#181E2A
3#151A25
4#12161F
5#0F131A
6#0C0F15
7#090B10
8#06070A
9#030405
Tints
Lighter variations
1#2D3950
2#3C4D6B
3#4C6086
4#5B74A2
5#768BB2
6#91A2C1
7#ADB9D1
8#C8D1E0
9#E4E8F0
Tones
Muted variations
1#1F2633
2#202632
3#212631
4#222730
5#23272F
6#24272D
7#25282C
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BF #B4BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9E #8D9EBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C83 #6C83AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5167 #516790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4052 #405272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3A #2E3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8ECF2;
--charcoal-200: #D5DBE7;
--charcoal-300: #B4BFD5;
--charcoal-400: #8D9EBF;
--charcoal-500: #6C83AC;
--charcoal-600: #516790;
--charcoal-700: #405272;
--charcoal-800: #2E3A52;
--charcoal-900: #1D2534;
--charcoal-950: #121721;
}