Charcoal
#1D2C35
BlueColor Codes
All color formats for development
HEX
#1D2C35RGB
rgb(29, 44, 53)HSL
hsl(203, 29%, 16%)OKLCH
oklch(0.284 0.026 235.3)CMYK
cmyk(45%, 17%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A272F
2#17232A
3#141E25
4#111A20
5#0E161A
6#0C1115
7#090D10
8#06090B
9#030405
Tints
Lighter variations
1#2C4250
2#3B596C
3#4B7088
4#5A87A3
5#759BB3
6#90AFC2
7#ACC3D1
8#C8D7E1
9#E3EBF0
Tones
Muted variations
1#1E2B33
2#1F2B32
3#212B31
4#222A30
5#232A2F
6#242A2E
7#252A2C
8#26292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E0 #D4E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C8 #B3C8D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAC #8CACC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B94 #6B94AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5078 #507891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5F #3F5F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D44 #2D4452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C35 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E8EEF2;
--charcoal-200: #D4E0E7;
--charcoal-300: #B3C8D5;
--charcoal-400: #8CACC0;
--charcoal-500: #6B94AE;
--charcoal-600: #507891;
--charcoal-700: #3F5F73;
--charcoal-800: #2D4452;
--charcoal-900: #1D2C35;
--charcoal-950: #121B21;
}