Charcoal
#1E2B33
BlueColor Codes
All color formats for development
HEX
#1E2B33RGB
rgb(30, 43, 51)HSL
hsl(203, 26%, 16%)OKLCH
oklch(0.281 0.023 235.7)CMYK
cmyk(41%, 16%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B272E
2#182329
3#151E24
4#121A1F
5#0F161A
6#0C1115
7#090D0F
8#06090A
9#030405
Tints
Lighter variations
1#2E424E
2#3E5969
3#4E6F84
4#5E869F
5#789AB0
6#93AFC0
7#AEC3CF
8#C9D7DF
9#E4EBEF
Tones
Muted variations
1#1F2B32
2#202B31
3#212B30
4#222A2F
5#232A2E
6#252A2D
7#262A2C
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 | D5E0 #D5E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C8 #B5C8D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAB #8FABBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E93 #6E93AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5377 #53778D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425F #425F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F44 #2F4450 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EEF2;
--charcoal-200: #D5E0E6;
--charcoal-300: #B5C8D4;
--charcoal-400: #8FABBD;
--charcoal-500: #6E93AA;
--charcoal-600: #53778D;
--charcoal-700: #425F70;
--charcoal-800: #2F4450;
--charcoal-900: #1E2B33;
--charcoal-950: #131B20;
}