Charcoal
#1D2734
BlueColor Codes
All color formats for development
HEX
#1D2734RGB
rgb(29, 39, 52)HSL
hsl(214, 28%, 16%)OKLCH
oklch(0.269 0.028 255.2)CMYK
cmyk(44%, 25%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A232F
2#181F2A
3#151B25
4#12181F
5#0F141A
6#0C1015
7#090C10
8#06080A
9#030405
Tints
Lighter variations
1#2D3C50
2#3C516B
3#4C6586
4#5B7AA2
5#7690B2
6#91A6C1
7#ADBCD1
8#C8D3E0
9#E4E9F0
Tones
Muted variations
1#1F2733
2#202832
3#212831
4#222830
5#23282F
6#24282D
7#25282C
8#27282B
9#28292A
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 | D5DD #D5DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C2 #B4C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA2 #8DA2BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C88 #6C88AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516C #516C90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4056 #405672 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3D #2E3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1219 #121921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8ECF2;
--charcoal-200: #D5DDE7;
--charcoal-300: #B4C2D5;
--charcoal-400: #8DA2BF;
--charcoal-500: #6C88AC;
--charcoal-600: #516C90;
--charcoal-700: #405672;
--charcoal-800: #2E3D52;
--charcoal-900: #1D2734;
--charcoal-950: #121921;
}