Charcoal
#2F4951
CyanColor Codes
All color formats for development
HEX
#2F4951RGB
rgb(47, 73, 81)HSL
hsl(194, 27%, 25%)OKLCH
oklch(0.388 0.034 219.1)CMYK
cmyk(42%, 10%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4249
2#253A41
3#213339
4#1C2C31
5#172428
6#131D20
7#0E1618
8#090F10
9#050708
Tints
Lighter variations
1#3C5F69
2#4A7582
3#588B9A
4#6D9DAB
5#86ADB9
6#9EBEC7
7#B6CED5
8#CEDEE3
9#E7EFF1
Tones
Muted variations
1#30484F
2#32474E
3#34464C
4#35454A
5#374448
6#394347
7#3B4345
8#3C4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB3 #8EB3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9D #6D9DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5280 #52808E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4166 #416671 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F49 #2F4951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8F0F2;
--charcoal-200: #D5E3E7;
--charcoal-300: #B5CDD4;
--charcoal-400: #8EB3BE;
--charcoal-500: #6D9DAB;
--charcoal-600: #52808E;
--charcoal-700: #416671;
--charcoal-800: #2F4951;
--charcoal-900: #1E2F34;
--charcoal-950: #131D20;
}