Charcoal
#1E2033
BlueColor Codes
All color formats for development
HEX
#1E2033RGB
rgb(30, 32, 51)HSL
hsl(234, 26%, 16%)OKLCH
oklch(0.251 0.036 278.8)CMYK
cmyk(41%, 37%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1D2E
2#181A29
3#151724
4#12131F
5#0F101A
6#0C0D15
7#090A0F
8#06060A
9#030305
Tints
Lighter variations
1#2E314E
2#3E4269
3#4E5384
4#5E649F
5#787EB0
6#9397C0
7#AEB1CF
8#C9CBDF
9#E4E5EF
Tones
Muted variations
1#1F2132
2#202231
3#212330
4#22242F
5#23252E
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 | D5D7 #D5D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B8 #B5B8D4 | BordersInactive statesPlaceholder text |
| 400 | 8F93 #8F93BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E74 #6E74AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5359 #53598D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4247 #424770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F32 #2F3250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2033 | 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: #D5D7E6;
--charcoal-300: #B5B8D4;
--charcoal-400: #8F93BD;
--charcoal-500: #6E74AA;
--charcoal-600: #53598D;
--charcoal-700: #424770;
--charcoal-800: #2F3250;
--charcoal-900: #1E2033;
--charcoal-950: #131420;
}