Charcoal
#1E2134
BlueColor Codes
All color formats for development
HEX
#1E2134RGB
rgb(30, 33, 52)HSL
hsl(232, 27%, 16%)OKLCH
oklch(0.254 0.036 276.6)CMYK
cmyk(42%, 37%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1D2F
2#181A29
3#151724
4#12141F
5#0F101A
6#0C0D15
7#090A10
8#06070A
9#030305
Tints
Lighter variations
1#2D324F
2#3D436A
3#4D5485
4#5C65A1
5#777FB1
6#9298C0
7#ADB2D0
8#C9CCE0
9#E4E5EF
Tones
Muted variations
1#1F2233
2#202232
3#212331
4#22242F
5#23252E
6#24262D
7#25262C
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 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B9 #B5B9D4 | BordersInactive statesPlaceholder text |
| 400 | 8E94 #8E94BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D76 #6D76AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525A #525A8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4148 #414871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F33 #2F3351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2134 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EAF2;
--charcoal-200: #D5D7E7;
--charcoal-300: #B5B9D4;
--charcoal-400: #8E94BE;
--charcoal-500: #6D76AB;
--charcoal-600: #525A8E;
--charcoal-700: #414871;
--charcoal-800: #2F3351;
--charcoal-900: #1E2134;
--charcoal-950: #131420;
}