Charcoal
#2F5151
CyanColor Codes
All color formats for development
HEX
#2F5151RGB
rgb(47, 81, 81)HSL
hsl(180, 27%, 25%)OKLCH
oklch(0.409 0.04 195.7)CMYK
cmyk(42%, 0%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4949
2#254141
3#213939
4#1C3131
5#172828
6#132020
7#0E1818
8#091010
9#050808
Tints
Lighter variations
1#3C6969
2#4A8282
3#589A9A
4#6DABAB
5#86B9B9
6#9EC7C7
7#B6D5D5
8#CEE3E3
9#E7F1F1
Tones
Muted variations
1#304F4F
2#324E4E
3#344C4C
4#354A4A
5#374848
6#394747
7#3B4545
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 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D4 #B5D4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBE #8EBEBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DAB #6DABAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528E #528E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4171 #417171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F51 #2F5151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E34 #1E3434 | 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: #E8F2F2;
--charcoal-200: #D5E7E7;
--charcoal-300: #B5D4D4;
--charcoal-400: #8EBEBE;
--charcoal-500: #6DABAB;
--charcoal-600: #528E8E;
--charcoal-700: #417171;
--charcoal-800: #2F5151;
--charcoal-900: #1E3434;
--charcoal-950: #132020;
}