Charcoal
#1D3035
CyanColor Codes
All color formats for development
HEX
#1D3035RGB
rgb(29, 48, 53)HSL
hsl(193, 29%, 16%)OKLCH
oklch(0.295 0.026 216.1)CMYK
cmyk(45%, 9%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2B2F
2#17262A
3#142125
4#111D20
5#0E181A
6#0C1315
7#090E10
8#060A0B
9#030505
Tints
Lighter variations
1#2C4850
2#3B616C
3#4B7A88
4#5A93A3
5#75A6B3
6#90B7C2
7#ACC9D1
8#C8DBE1
9#E3EDF0
Tones
Muted variations
1#1E2F33
2#1F2E32
3#212D31
4#222D30
5#232C2F
6#242B2E
7#252B2C
8#262A2B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E3 #D4E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CE #B3CED5 | BordersInactive statesPlaceholder text |
| 400 | 8CB4 #8CB4C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9F #6B9FAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5083 #508391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F68 #3F6873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4A #2D4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3035 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E8F0F2;
--charcoal-200: #D4E3E7;
--charcoal-300: #B3CED5;
--charcoal-400: #8CB4C0;
--charcoal-500: #6B9FAE;
--charcoal-600: #508391;
--charcoal-700: #3F6873;
--charcoal-800: #2D4A52;
--charcoal-900: #1D3035;
--charcoal-950: #121E21;
}