Charcoal
#1E1F33
BlueColor Codes
All color formats for development
HEX
#1E1F33RGB
rgb(30, 31, 51)HSL
hsl(237, 26%, 16%)OKLCH
oklch(0.248 0.038 281.1)CMYK
cmyk(41%, 39%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1C2E
2#181929
3#151624
4#12131F
5#0F101A
6#0C0D15
7#09090F
8#06060A
9#030305
Tints
Lighter variations
1#2E304E
2#3E4069
3#4E5084
4#5E619F
5#787BB0
6#9395C0
7#AEB0CF
8#C9CADF
9#E4E5EF
Tones
Muted variations
1#1F2032
2#202131
3#212230
4#22232F
5#23242E
6#25252D
7#26262C
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 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8F91 #8F91BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E71 #6E71AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5356 #53568D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4244 #424470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F33 | 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: #E9E9F2;
--charcoal-200: #D5D6E6;
--charcoal-300: #B5B7D4;
--charcoal-400: #8F91BD;
--charcoal-500: #6E71AA;
--charcoal-600: #53568D;
--charcoal-700: #424470;
--charcoal-800: #2F3150;
--charcoal-900: #1E1F33;
--charcoal-950: #131420;
}