Charcoal
#1D3235
CyanColor Codes
All color formats for development
HEX
#1D3235RGB
rgb(29, 50, 53)HSL
hsl(188, 29%, 16%)OKLCH
oklch(0.301 0.027 207.2)CMYK
cmyk(45%, 6%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2D2F
2#17282A
3#142325
4#111E20
5#0E191A
6#0C1415
7#090F10
8#060A0B
9#030505
Tints
Lighter variations
1#2C4B50
2#3B656C
3#4B7F88
4#5A99A3
5#75ABB3
6#90BCC2
7#ACCCD1
8#C8DDE1
9#E3EEF0
Tones
Muted variations
1#1E3133
2#1F3032
3#212F31
4#222E30
5#232D2F
6#242C2E
7#252B2C
8#262B2B
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E5 #D4E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D1 #B3D1D5 | BordersInactive statesPlaceholder text |
| 400 | 8CB9 #8CB9C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA5 #6BA5AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5088 #508891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6C #3F6C73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4D #2D4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3135 | 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: #F5F9FA;
--charcoal-100: #E8F1F2;
--charcoal-200: #D4E5E7;
--charcoal-300: #B3D1D5;
--charcoal-400: #8CB9C0;
--charcoal-500: #6BA5AE;
--charcoal-600: #508891;
--charcoal-700: #3F6C73;
--charcoal-800: #2D4D52;
--charcoal-900: #1D3135;
--charcoal-950: #121F21;
}