Charcoal
#305050
CyanColor Codes
All color formats for development
HEX
#305050RGB
rgb(48, 80, 80)HSL
hsl(180, 25%, 25%)OKLCH
oklch(0.407 0.038 195.8)CMYK
cmyk(40%, 0%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B4848
2#264040
3#213838
4#1D3030
5#182828
6#132020
7#0E1818
8#0A1010
9#050808
Tints
Lighter variations
1#3E6868
2#4D7F80
3#5B9797
4#70A9A9
5#87B7B7
6#9FC6C6
7#B7D4D4
8#CFE2E2
9#E7F1F1
Tones
Muted variations
1#314E4E
2#334C4D
3#354B4B
4#364949
5#384848
6#394646
7#3B4545
8#3D4343
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F2 #E9F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D3 #B6D3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FBC #8FBCBC | Disabled statesSecondary iconsMuted text |
| 500 | 70A9 #70A9A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 548C #548C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4370 #437070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3050 #305050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F33 #1F3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E9F2F2;
--charcoal-200: #D6E6E6;
--charcoal-300: #B6D3D3;
--charcoal-400: #8FBCBC;
--charcoal-500: #70A9A9;
--charcoal-600: #548C8C;
--charcoal-700: #437070;
--charcoal-800: #305050;
--charcoal-900: #1F3333;
--charcoal-950: #132020;
}