Charcoal
#1E3033
CyanColor Codes
All color formats for development
HEX
#1E3033RGB
rgb(30, 48, 51)HSL
hsl(189, 26%, 16%)OKLCH
oklch(0.295 0.024 209)CMYK
cmyk(41%, 6%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2B2E
2#182729
3#152224
4#121D1F
5#0F181A
6#0C1315
7#090E0F
8#060A0A
9#030505
Tints
Lighter variations
1#2E4A4E
2#3E6369
3#4E7C84
4#5E959F
5#78A7B0
6#93B9C0
7#AECACF
8#C9DCDF
9#E4EDEF
Tones
Muted variations
1#1F2F32
2#202F31
3#212E30
4#222D2F
5#232D2E
6#252C2D
7#262B2C
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 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB6 #8FB6BD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA1 #6EA1AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5385 #53858D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4269 #426970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4B #2F4B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E30 #1E3033 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E9F0F2;
--charcoal-200: #D5E4E6;
--charcoal-300: #B5CFD4;
--charcoal-400: #8FB6BD;
--charcoal-500: #6EA1AA;
--charcoal-600: #53858D;
--charcoal-700: #426970;
--charcoal-800: #2F4B50;
--charcoal-900: #1E3033;
--charcoal-950: #131E20;
}