Charcoal
#295757
CyanColor Codes
All color formats for development
HEX
#295757RGB
rgb(41, 87, 87)HSL
hsl(180, 36%, 25%)OKLCH
oklch(0.425 0.05 195.4)CMYK
cmyk(53%, 0%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#254E4E
2#214545
3#1D3D3D
4#183434
5#142B2B
6#102323
7#0C1A1A
8#081111
9#040909
Tints
Lighter variations
1#357171
2#418B8B
3#4EA5A5
4#63B6B6
5#7DC2C2
6#97CECE
7#B1DADA
8#CBE7E7
9#E5F3F3
Tones
Muted variations
1#2B5454
2#2D5252
3#305050
4#324E4E
5#344B4B
6#374949
7#394747
8#3B4444
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD9 #AFD9D9 | BordersInactive statesPlaceholder text |
| 400 | 86C6 #86C6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B6 #63B6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4899 #489999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3979 #397979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2957 #295757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F4F4;
--charcoal-200: #D2EAEA;
--charcoal-300: #AFD9D9;
--charcoal-400: #86C6C6;
--charcoal-500: #63B6B6;
--charcoal-600: #489999;
--charcoal-700: #397979;
--charcoal-800: #295757;
--charcoal-900: #1A3737;
--charcoal-950: #102323;
}