Charcoal
#1D3134
CyanColor Codes
All color formats for development
HEX
#1D3134RGB
rgb(29, 49, 52)HSL
hsl(188, 28%, 16%)OKLCH
oklch(0.297 0.026 207.8)CMYK
cmyk(44%, 6%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2C2F
2#18272A
3#152225
4#121E1F
5#0F191A
6#0C1415
7#090F10
8#060A0A
9#030505
Tints
Lighter variations
1#2D4B50
2#3C656B
3#4C7F86
4#5B98A2
5#76AAB2
6#91BBC1
7#ADCCD1
8#C8DDE0
9#E4EEF0
Tones
Muted variations
1#1F3033
2#203032
3#212F31
4#222E30
5#232D2F
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 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D0 #B4D0D5 | BordersInactive statesPlaceholder text |
| 400 | 8DB8 #8DB8BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA4 #6CA4AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5187 #518790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406C #406C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4D #2E4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3134 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F1F2;
--charcoal-200: #D5E5E7;
--charcoal-300: #B4D0D5;
--charcoal-400: #8DB8BF;
--charcoal-500: #6CA4AC;
--charcoal-600: #518790;
--charcoal-700: #406C72;
--charcoal-800: #2E4D52;
--charcoal-900: #1D3134;
--charcoal-950: #121F21;
}