Charcoal
#2F4A51
CyanColor Codes
All color formats for development
HEX
#2F4A51RGB
rgb(47, 74, 81)HSL
hsl(192, 27%, 25%)OKLCH
oklch(0.39 0.035 215.8)CMYK
cmyk(42%, 9%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4349
2#253B41
3#213439
4#1C2C31
5#172528
6#131E20
7#0E1618
8#090F10
9#050708
Tints
Lighter variations
1#3C6069
2#4A7782
3#588D9A
4#6D9FAB
5#86AFB9
6#9EBFC7
7#B6CFD5
8#CEDFE3
9#E7EFF1
Tones
Muted variations
1#30494F
2#32484E
3#34474C
4#35464A
5#374548
6#394447
7#3B4345
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 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CE #B5CED4 | BordersInactive statesPlaceholder text |
| 400 | 8EB4 #8EB4BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9F #6D9FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5282 #52828E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4168 #416871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4A #2F4A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F0F2;
--charcoal-200: #D5E3E7;
--charcoal-300: #B5CED4;
--charcoal-400: #8EB4BE;
--charcoal-500: #6D9FAB;
--charcoal-600: #52828E;
--charcoal-700: #416871;
--charcoal-800: #2F4A51;
--charcoal-900: #1E2F34;
--charcoal-950: #131E20;
}