Charcoal
#304D50
CyanColor Codes
All color formats for development
HEX
#304D50RGB
rgb(48, 77, 80)HSL
hsl(186, 25%, 25%)OKLCH
oklch(0.399 0.035 204.1)CMYK
cmyk(40%, 4%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B4548
2#263D40
3#213638
4#1D2E30
5#182628
6#131F20
7#0E1718
8#0A0F10
9#050808
Tints
Lighter variations
1#3E6368
2#4D7A80
3#5B9197
4#70A3A9
5#87B3B7
6#9FC2C6
7#B7D1D4
8#CFE0E2
9#E7F0F1
Tones
Muted variations
1#314B4E
2#334A4D
3#35494B
4#364749
5#384648
6#394546
7#3B4445
8#3D4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D0 #B6D0D3 | BordersInactive statesPlaceholder text |
| 400 | 8FB8 #8FB8BC | Disabled statesSecondary iconsMuted text |
| 500 | 70A3 #70A3A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5487 #54878C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 436B #436B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304D #304D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F31 #1F3133 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E9F1F2;
--charcoal-200: #D6E4E6;
--charcoal-300: #B6D0D3;
--charcoal-400: #8FB8BC;
--charcoal-500: #70A3A9;
--charcoal-600: #54878C;
--charcoal-700: #436B70;
--charcoal-800: #304D50;
--charcoal-900: #1F3133;
--charcoal-950: #131F20;
}