Charcoal
#1E2034
BlueColor Codes
All color formats for development
HEX
#1E2034RGB
rgb(30, 32, 52)HSL
hsl(235, 27%, 16%)OKLCH
oklch(0.252 0.038 278.9)CMYK
cmyk(42%, 38%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1C2F
2#181929
3#151624
4#12131F
5#0F101A
6#0C0D15
7#090910
8#06060A
9#030305
Tints
Lighter variations
1#2D304F
2#3D416A
3#4D5185
4#5C62A1
5#777CB1
6#9296C0
7#ADB0D0
8#C9CBE0
9#E4E5EF
Tones
Muted variations
1#1F2133
2#202132
3#212231
4#22232F
5#23242E
6#24252D
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 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8E92 #8E92BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D72 #6D72AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5257 #52578E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4145 #414571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2034 | 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: #E8E9F2;
--charcoal-200: #D5D6E7;
--charcoal-300: #B5B7D4;
--charcoal-400: #8E92BE;
--charcoal-500: #6D72AB;
--charcoal-600: #52578E;
--charcoal-700: #414571;
--charcoal-800: #2F3151;
--charcoal-900: #1E2034;
--charcoal-950: #131420;
}