Charcoal
#1D3234
CyanColor Codes
All color formats for development
HEX
#1D3234RGB
rgb(29, 50, 52)HSL
hsl(185, 28%, 16%)OKLCH
oklch(0.3 0.027 203.5)CMYK
cmyk(44%, 4%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2D2F
2#18282A
3#152325
4#121E1F
5#0F191A
6#0C1415
7#090F10
8#060A0A
9#030505
Tints
Lighter variations
1#2D4D50
2#3C676B
3#4C8286
4#5B9CA2
5#76ADB2
6#91BDC1
7#ADCED1
8#C8DEE0
9#E4EFF0
Tones
Muted variations
1#1F3133
2#203032
3#212F31
4#222F30
5#232E2F
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 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D2 #B4D2D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBB #8DBBBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA7 #6CA7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518A #518A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406E #406E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4F #2E4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3234 | 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: #D5E6E7;
--charcoal-300: #B4D2D5;
--charcoal-400: #8DBBBF;
--charcoal-500: #6CA7AC;
--charcoal-600: #518A90;
--charcoal-700: #406E72;
--charcoal-800: #2E4F52;
--charcoal-900: #1D3234;
--charcoal-950: #121F21;
}