Charcoal
#1E2833
BlueColor Codes
All color formats for development
HEX
#1E2833RGB
rgb(30, 40, 51)HSL
hsl(211, 26%, 16%)OKLCH
oklch(0.272 0.025 251.2)CMYK
cmyk(41%, 22%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B242E
2#182029
3#151C24
4#12181F
5#0F141A
6#0C1015
7#090C0F
8#06080A
9#030405
Tints
Lighter variations
1#2E3E4E
2#3E5369
3#4E6884
4#5E7D9F
5#7893B0
6#93A9C0
7#AEBECF
8#C9D4DF
9#E4E9EF
Tones
Muted variations
1#1F2832
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 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA5 #8FA5BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8B #6E8BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536F #536F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4258 #425870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3F #2F3F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E28 #1E2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | 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: #B5C4D4;
--charcoal-400: #8FA5BD;
--charcoal-500: #6E8BAA;
--charcoal-600: #536F8D;
--charcoal-700: #425870;
--charcoal-800: #2F3F50;
--charcoal-900: #1E2833;
--charcoal-950: #131920;
}