Charcoal
#2F4E50
CyanColor Codes
All color formats for development
HEX
#2F4E50RGB
rgb(47, 78, 80)HSL
hsl(184, 26%, 25%)OKLCH
oklch(0.401 0.037 201)CMYK
cmyk(41%, 2%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4648
2#263E40
3#213738
4#1C2F30
5#182728
6#131F20
7#0E1718
8#091010
9#050808
Tints
Lighter variations
1#3D6668
2#4B7D81
3#5A9499
4#6EA6AA
5#87B5B8
6#9FC4C6
7#B7D3D5
8#CFE1E3
9#E7F0F1
Tones
Muted variations
1#314D4F
2#324B4D
3#344A4B
4#36484A
5#374748
6#394546
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 | D5E5 #D5E5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8FBA #8FBABD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA6 #6EA6AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5389 #53898D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 426D #426D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4E #2F4E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E32 #1E3233 | 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: #E9F1F2;
--charcoal-200: #D5E5E6;
--charcoal-300: #B5D2D4;
--charcoal-400: #8FBABD;
--charcoal-500: #6EA6AA;
--charcoal-600: #53898D;
--charcoal-700: #426D70;
--charcoal-800: #2F4E50;
--charcoal-900: #1E3233;
--charcoal-950: #131F20;
}