Charcoal
#2F4F50
CyanColor Codes
All color formats for development
HEX
#2F4F50RGB
rgb(47, 79, 80)HSL
hsl(182, 26%, 25%)OKLCH
oklch(0.403 0.038 198.3)CMYK
cmyk(41%, 1%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4748
2#263F40
3#213738
4#1C3030
5#182828
6#132020
7#0E1818
8#091010
9#050808
Tints
Lighter variations
1#3D6768
2#4B7F81
3#5A9799
4#6EA8AA
5#87B7B8
6#9FC5C6
7#B7D4D5
8#CFE2E3
9#E7F1F1
Tones
Muted variations
1#314E4F
2#324C4D
3#344B4B
4#36494A
5#374748
6#394646
7#3B4445
8#3C4343
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 | D5E6 #D5E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D3 #B5D3D4 | BordersInactive statesPlaceholder text |
| 400 | 8FBB #8FBBBD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA8 #6EA8AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 538B #538B8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 426F #426F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E33 #1E3333 | 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: #E9F1F2;
--charcoal-200: #D5E6E6;
--charcoal-300: #B5D3D4;
--charcoal-400: #8FBBBD;
--charcoal-500: #6EA8AA;
--charcoal-600: #538B8D;
--charcoal-700: #426F70;
--charcoal-800: #2F4F50;
--charcoal-900: #1E3333;
--charcoal-950: #132020;
}