Charcoal
#1E2A34
BlueColor Codes
All color formats for development
HEX
#1E2A34RGB
rgb(30, 42, 52)HSL
hsl(207, 27%, 16%)OKLCH
oklch(0.278 0.025 244)CMYK
cmyk(42%, 19%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B262F
2#182229
3#151D24
4#12191F
5#0F151A
6#0C1115
7#090D10
8#06080A
9#030405
Tints
Lighter variations
1#2D404F
2#3D566A
3#4D6C85
4#5C82A1
5#7797B1
6#92ACC0
7#ADC0D0
8#C9D5E0
9#E4EAEF
Tones
Muted variations
1#1F2A33
2#202A32
3#212A31
4#22292F
5#23292E
6#24292D
7#25292C
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA8 #8EA8BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8F #6D8FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5273 #52738E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415C #415C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EEF2;
--charcoal-200: #D5DFE7;
--charcoal-300: #B5C6D4;
--charcoal-400: #8EA8BE;
--charcoal-500: #6D8FAB;
--charcoal-600: #52738E;
--charcoal-700: #415C71;
--charcoal-800: #2F4151;
--charcoal-900: #1E2A34;
--charcoal-950: #131A20;
}