Charcoal
#1E2C34
BlueColor Codes
All color formats for development
HEX
#1E2C34RGB
rgb(30, 44, 52)HSL
hsl(202, 27%, 16%)OKLCH
oklch(0.284 0.024 233.8)CMYK
cmyk(42%, 15%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B272F
2#182329
3#151F24
4#121A1F
5#0F161A
6#0C1115
7#090D10
8#06090A
9#030405
Tints
Lighter variations
1#2D434F
2#3D5A6A
3#4D7185
4#5C88A1
5#779CB1
6#92AFC0
7#ADC3D0
8#C9D7E0
9#E4EBEF
Tones
Muted variations
1#1F2B33
2#202B32
3#212B31
4#222B2F
5#232A2E
6#242A2D
7#252A2C
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 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C9 #B5C9D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAC #8EACBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D95 #6D95AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5278 #52788E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4160 #416071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F44 #2F4451 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2C #1E2C34 | 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: #E8EEF2;
--charcoal-200: #D5E0E7;
--charcoal-300: #B5C9D4;
--charcoal-400: #8EACBE;
--charcoal-500: #6D95AB;
--charcoal-600: #52788E;
--charcoal-700: #416071;
--charcoal-800: #2F4451;
--charcoal-900: #1E2C34;
--charcoal-950: #131B20;
}