Charcoal
#1E2733
BlueColor Codes
All color formats for development
HEX
#1E2733RGB
rgb(30, 39, 51)HSL
hsl(214, 26%, 16%)OKLCH
oklch(0.27 0.026 255.7)CMYK
cmyk(41%, 24%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B232E
2#182029
3#151C24
4#12181F
5#0F141A
6#0C1015
7#090C0F
8#06080A
9#030405
Tints
Lighter variations
1#2E3C4E
2#3E5169
3#4E6584
4#5E7A9F
5#7890B0
6#93A6C0
7#AEBDCF
8#C9D3DF
9#E4E9EF
Tones
Muted variations
1#1F2832
2#202831
3#212830
4#22282F
5#23282E
6#25282D
7#26282C
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 | D5DD #D5DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA3 #8FA3BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E88 #6E88AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536C #536C8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4256 #425670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3E #2F3E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2733 | 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: #D5DDE6;
--charcoal-300: #B5C2D4;
--charcoal-400: #8FA3BD;
--charcoal-500: #6E88AA;
--charcoal-600: #536C8D;
--charcoal-700: #425670;
--charcoal-800: #2F3E50;
--charcoal-900: #1E2733;
--charcoal-950: #131920;
}