Charcoal
#1E1E33
BlueColor Codes
All color formats for development
HEX
#1E1E33RGB
rgb(30, 30, 51)HSL
hsl(240, 26%, 16%)OKLCH
oklch(0.246 0.04 283.1)CMYK
cmyk(41%, 41%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1B2E
2#181829
3#151524
4#12121F
5#0F0F1A
6#0C0C15
7#09090F
8#06060A
9#030305
Tints
Lighter variations
1#2E2E4E
2#3E3E69
3#4E4E84
4#5E5E9F
5#7878B0
6#9393C0
7#AEAECF
8#C9C9DF
9#E4E4EF
Tones
Muted variations
1#1F1F32
2#202031
3#212130
4#22222F
5#23232E
6#25252D
7#26262C
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E6E #6E6EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5353 #53538D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4242 #424270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E9E9F2;
--charcoal-200: #D5D5E6;
--charcoal-300: #B5B5D4;
--charcoal-400: #8F8FBD;
--charcoal-500: #6E6EAA;
--charcoal-600: #53538D;
--charcoal-700: #424270;
--charcoal-800: #2F2F50;
--charcoal-900: #1E1E33;
--charcoal-950: #131320;
}