Charcoal
#1E2433
BlueColor Codes
All color formats for development
HEX
#1E2433RGB
rgb(30, 36, 51)HSL
hsl(223, 26%, 16%)OKLCH
oklch(0.262 0.03 267.5)CMYK
cmyk(41%, 29%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B212E
2#181D29
3#151924
4#12161F
5#0F121A
6#0C0E15
7#090B0F
8#06070A
9#030405
Tints
Lighter variations
1#2E374E
2#3E4A69
3#4E5D84
4#5E709F
5#7888B0
6#93A0C0
7#AEB8CF
8#C9CFDF
9#E4E7EF
Tones
Muted variations
1#1F2532
2#202531
3#212630
4#22262F
5#23272E
6#25272D
7#26272C
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BE #B5BED4 | BordersInactive statesPlaceholder text |
| 400 | 8F9C #8F9CBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7F #6E7FAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5364 #53648D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424F #424F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F39 #2F3950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EBF2;
--charcoal-200: #D5DAE6;
--charcoal-300: #B5BED4;
--charcoal-400: #8F9CBD;
--charcoal-500: #6E7FAA;
--charcoal-600: #53648D;
--charcoal-700: #424F70;
--charcoal-800: #2F3950;
--charcoal-900: #1E2433;
--charcoal-950: #131720;
}