Charcoal
#1E3134
CyanColor Codes
All color formats for development
HEX
#1E3134RGB
rgb(30, 49, 52)HSL
hsl(188, 27%, 16%)OKLCH
oklch(0.298 0.025 208.3)CMYK
cmyk(42%, 6%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2C2F
2#182729
3#152224
4#121D1F
5#0F181A
6#0C1415
7#090F10
8#060A0A
9#030505
Tints
Lighter variations
1#2D4B4F
2#3D646A
3#4D7E85
4#5C98A1
5#77A9B1
6#92BAC0
7#ADCBD0
8#C9DDE0
9#E4EEEF
Tones
Muted variations
1#1F3033
2#202F32
3#212E31
4#222E2F
5#232D2E
6#242C2D
7#252B2C
8#272A2B
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D0 #B5D0D4 | BordersInactive statesPlaceholder text |
| 400 | 8EB7 #8EB7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA3 #6DA3AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5286 #52868E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416B #416B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4C #2F4C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3134 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F1F2;
--charcoal-200: #D5E4E7;
--charcoal-300: #B5D0D4;
--charcoal-400: #8EB7BE;
--charcoal-500: #6DA3AB;
--charcoal-600: #52868E;
--charcoal-700: #416B71;
--charcoal-800: #2F4C51;
--charcoal-900: #1E3134;
--charcoal-950: #131F20;
}