Charcoal
#1D2334
BlueColor Codes
All color formats for development
HEX
#1D2334RGB
rgb(29, 35, 52)HSL
hsl(224, 28%, 16%)OKLCH
oklch(0.259 0.033 269)CMYK
cmyk(44%, 33%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A202F
2#181C2A
3#151925
4#12151F
5#0F121A
6#0C0E15
7#090B10
8#06070A
9#030405
Tints
Lighter variations
1#2D3650
2#3C496B
3#4C5B86
4#5B6EA2
5#7686B2
6#919EC1
7#ADB6D1
8#C8CFE0
9#E4E7F0
Tones
Muted variations
1#1F2433
2#202532
3#212531
4#222630
5#23262F
6#24272D
7#25272C
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BD #B4BDD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9A #8D9ABF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7D #6C7DAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5162 #516290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404E #404E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E37 #2E3752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D23 #1D2334 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DAE7;
--charcoal-300: #B4BDD5;
--charcoal-400: #8D9ABF;
--charcoal-500: #6C7DAC;
--charcoal-600: #516290;
--charcoal-700: #404E72;
--charcoal-800: #2E3752;
--charcoal-900: #1D2334;
--charcoal-950: #121621;
}