Charcoal
#1E2333
BlueColor Codes
All color formats for development
HEX
#1E2333RGB
rgb(30, 35, 51)HSL
hsl(226, 26%, 16%)OKLCH
oklch(0.259 0.031 270.7)CMYK
cmyk(41%, 31%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B202E
2#181C29
3#151924
4#12151F
5#0F121A
6#0C0E15
7#090B0F
8#06070A
9#030405
Tints
Lighter variations
1#2E364E
2#3E4869
3#4E5A84
4#5E6D9F
5#7885B0
6#939DC0
7#AEB6CF
8#C9CEDF
9#E4E7EF
Tones
Muted variations
1#1F2432
2#202431
3#212530
4#22252F
5#23262E
6#25272D
7#26272C
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BC #B5BCD4 | BordersInactive statesPlaceholder text |
| 400 | 8F99 #8F99BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7C #6E7CAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5361 #53618D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424D #424D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F37 #2F3750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EBF2;
--charcoal-200: #D5D9E6;
--charcoal-300: #B5BCD4;
--charcoal-400: #8F99BD;
--charcoal-500: #6E7CAA;
--charcoal-600: #53618D;
--charcoal-700: #424D70;
--charcoal-800: #2F3750;
--charcoal-900: #1E2333;
--charcoal-950: #131620;
}