Charcoal
#2F4D51
CyanColor Codes
All color formats for development
HEX
#2F4D51RGB
rgb(47, 77, 81)HSL
hsl(187, 27%, 25%)OKLCH
oklch(0.398 0.036 206.5)CMYK
cmyk(42%, 5%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4549
2#253E41
3#213639
4#1C2E31
5#172628
6#131F20
7#0E1718
8#090F10
9#050808
Tints
Lighter variations
1#3C6469
2#4A7B82
3#58929A
4#6DA4AB
5#86B3B9
6#9EC2C7
7#B6D2D5
8#CEE1E3
9#E7F0F1
Tones
Muted variations
1#304C4F
2#324A4E
3#34494C
4#35484A
5#374648
6#394547
7#3B4445
8#3C4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D0 #B5D0D4 | BordersInactive statesPlaceholder text |
| 400 | 8EB8 #8EB8BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA4 #6DA4AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5287 #52878E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416C #416C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4D #2F4D51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3134 | 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: #E8F1F2;
--charcoal-200: #D5E5E7;
--charcoal-300: #B5D0D4;
--charcoal-400: #8EB8BE;
--charcoal-500: #6DA4AB;
--charcoal-600: #52878E;
--charcoal-700: #416C71;
--charcoal-800: #2F4D51;
--charcoal-900: #1E3134;
--charcoal-950: #131F20;
}