Charcoal
#1E2933
BlueColor Codes
All color formats for development
HEX
#1E2933RGB
rgb(30, 41, 51)HSL
hsl(209, 26%, 16%)OKLCH
oklch(0.275 0.024 246.2)CMYK
cmyk(41%, 20%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B252E
2#182129
3#151D24
4#12191F
5#0F151A
6#0C1015
7#090C0F
8#06080A
9#030405
Tints
Lighter variations
1#2E3F4E
2#3E5469
3#4E6A84
4#5E809F
5#7895B0
6#93AAC0
7#AEBFCF
8#C9D5DF
9#E4EAEF
Tones
Muted variations
1#1F2932
2#202931
3#212930
4#22292F
5#23292E
6#25292D
7#26292C
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 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA7 #8FA7BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8D #6E8DAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5371 #53718D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425A #425A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2933 | 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: #E9EDF2;
--charcoal-200: #D5DEE6;
--charcoal-300: #B5C5D4;
--charcoal-400: #8FA7BD;
--charcoal-500: #6E8DAA;
--charcoal-600: #53718D;
--charcoal-700: #425A70;
--charcoal-800: #2F4050;
--charcoal-900: #1E2933;
--charcoal-950: #131A20;
}