Charcoal
#1E3434
CyanColor Codes
All color formats for development
HEX
#1E3434RGB
rgb(30, 52, 52)HSL
hsl(180, 27%, 16%)OKLCH
oklch(0.307 0.028 195.8)CMYK
cmyk(42%, 0%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2F2F
2#182929
3#152424
4#121F1F
5#0F1A1A
6#0C1515
7#091010
8#060A0A
9#030505
Tints
Lighter variations
1#2D4F4F
2#3D6A6A
3#4D8585
4#5CA1A1
5#77B1B1
6#92C0C0
7#ADD0D0
8#C9E0E0
9#E4EFEF
Tones
Muted variations
1#1F3333
2#203232
3#213131
4#222F2F
5#232E2E
6#242D2D
7#252C2C
8#272B2B
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D4 #B5D4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBE #8EBEBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DAB #6DABAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528E #528E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4171 #417171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F51 #2F5151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E34 #1E3434 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F2F2;
--charcoal-200: #D5E7E7;
--charcoal-300: #B5D4D4;
--charcoal-400: #8EBEBE;
--charcoal-500: #6DABAB;
--charcoal-600: #528E8E;
--charcoal-700: #417171;
--charcoal-800: #2F5151;
--charcoal-900: #1E3434;
--charcoal-950: #132020;
}