Charcoal
#1E2934
BlueColor Codes
All color formats for development
HEX
#1E2934RGB
rgb(30, 41, 52)HSL
hsl(210, 27%, 16%)OKLCH
oklch(0.276 0.026 248.8)CMYK
cmyk(42%, 21%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B252F
2#182129
3#151D24
4#12181F
5#0F141A
6#0C1015
7#090C10
8#06080A
9#030405
Tints
Lighter variations
1#2D3E4F
2#3D546A
3#4D6985
4#5C7EA1
5#7794B1
6#92A9C0
7#ADBFD0
8#C9D4E0
9#E4EAEF
Tones
Muted variations
1#1F2933
2#202932
3#212931
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 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA6 #8EA6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8C #6D8CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5270 #52708E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4159 #415971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2934 | 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: #F5F7F9;
--charcoal-100: #E8EDF2;
--charcoal-200: #D5DEE7;
--charcoal-300: #B5C4D4;
--charcoal-400: #8EA6BE;
--charcoal-500: #6D8CAB;
--charcoal-600: #52708E;
--charcoal-700: #415971;
--charcoal-800: #2F4051;
--charcoal-900: #1E2934;
--charcoal-950: #131A20;
}