Charcoal
#2F4F51
CyanColor Codes
All color formats for development
HEX
#2F4F51RGB
rgb(47, 79, 81)HSL
hsl(184, 27%, 25%)OKLCH
oklch(0.404 0.038 200.8)CMYK
cmyk(42%, 2%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4749
2#253F41
3#213739
4#1C2F31
5#172728
6#131F20
7#0E1818
8#091010
9#050808
Tints
Lighter variations
1#3C6669
2#4A7E82
3#58959A
4#6DA7AB
5#86B6B9
6#9EC4C7
7#B6D3D5
8#CEE2E3
9#E7F0F1
Tones
Muted variations
1#304D4F
2#324C4E
3#344A4C
4#35494A
5#374748
6#394647
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 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBB #8EBBBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA7 #6DA7AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528A #528A8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416E #416E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E32 #1E3234 | 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: #D5E6E7;
--charcoal-300: #B5D2D4;
--charcoal-400: #8EBBBE;
--charcoal-500: #6DA7AB;
--charcoal-600: #528A8E;
--charcoal-700: #416E71;
--charcoal-800: #2F4F51;
--charcoal-900: #1E3234;
--charcoal-950: #131F20;
}