Charcoal
#1E2A33
BlueColor Codes
All color formats for development
HEX
#1E2A33RGB
rgb(30, 42, 51)HSL
hsl(206, 26%, 16%)OKLCH
oklch(0.278 0.023 241.1)CMYK
cmyk(41%, 18%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B262E
2#182229
3#151E24
4#12191F
5#0F151A
6#0C1115
7#090D0F
8#06080A
9#030405
Tints
Lighter variations
1#2E404E
2#3E5769
3#4E6D84
4#5E839F
5#7898B0
6#93ACC0
7#AEC1CF
8#C9D6DF
9#E4EAEF
Tones
Muted variations
1#1F2A32
2#202A31
3#212A30
4#222A2F
5#232A2E
6#25292D
7#26292C
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA9 #8FA9BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E90 #6E90AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5374 #53748D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425C #425C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F42 #2F4250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EEF2;
--charcoal-200: #D5DFE6;
--charcoal-300: #B5C6D4;
--charcoal-400: #8FA9BD;
--charcoal-500: #6E90AA;
--charcoal-600: #53748D;
--charcoal-700: #425C70;
--charcoal-800: #2F4250;
--charcoal-900: #1E2A33;
--charcoal-950: #131A20;
}