Charcoal
#1E2133
BlueColor Codes
All color formats for development
HEX
#1E2133RGB
rgb(30, 33, 51)HSL
hsl(231, 26%, 16%)OKLCH
oklch(0.254 0.034 276.4)CMYK
cmyk(41%, 35%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1E2E
2#181B29
3#151724
4#12141F
5#0F111A
6#0C0D15
7#090A0F
8#06070A
9#030305
Tints
Lighter variations
1#2E334E
2#3E4469
3#4E5684
4#5E679F
5#7880B0
6#939AC0
7#AEB3CF
8#C9CCDF
9#E4E6EF
Tones
Muted variations
1#1F2232
2#202331
3#212430
4#22242F
5#23252E
6#25262D
7#26272C
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BA #B5BAD4 | BordersInactive statesPlaceholder text |
| 400 | 8F96 #8F96BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E77 #6E77AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535C #535C8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4249 #424970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F34 #2F3450 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EAF2;
--charcoal-200: #D5D8E6;
--charcoal-300: #B5BAD4;
--charcoal-400: #8F96BD;
--charcoal-500: #6E77AA;
--charcoal-600: #535C8D;
--charcoal-700: #424970;
--charcoal-800: #2F3450;
--charcoal-900: #1E2133;
--charcoal-950: #131520;
}