Charcoal
#1D2D34
BlueColor Codes
All color formats for development
HEX
#1D2D34RGB
rgb(29, 45, 52)HSL
hsl(198, 28%, 16%)OKLCH
oklch(0.286 0.025 227)CMYK
cmyk(44%, 13%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A292F
2#18242A
3#152025
4#121B1F
5#0F171A
6#0C1215
7#090E10
8#06090A
9#030505
Tints
Lighter variations
1#2D4550
2#3C5D6B
3#4C7586
4#5B8DA2
5#76A0B2
6#91B3C1
7#ADC6D1
8#C8D9E0
9#E4ECF0
Tones
Muted variations
1#1F2D33
2#202C32
3#212C31
4#222C30
5#232B2F
6#242B2D
7#252A2C
8#272A2B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CB #B4CBD5 | BordersInactive statesPlaceholder text |
| 400 | 8DB0 #8DB0BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C99 #6C99AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517D #517D90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4063 #406372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E47 #2E4752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D34 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E2E7;
--charcoal-300: #B4CBD5;
--charcoal-400: #8DB0BF;
--charcoal-500: #6C99AC;
--charcoal-600: #517D90;
--charcoal-700: #406372;
--charcoal-800: #2E4752;
--charcoal-900: #1D2D34;
--charcoal-950: #121C21;
}