Charcoal
#2F4A50
CyanColor Codes
All color formats for development
HEX
#2F4A50RGB
rgb(47, 74, 80)HSL
hsl(191, 26%, 25%)OKLCH
oklch(0.39 0.034 213.2)CMYK
cmyk(41%, 7%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4348
2#263B40
3#213438
4#1C2D30
5#182528
6#131E20
7#0E1618
8#090F10
9#050708
Tints
Lighter variations
1#3D6168
2#4B7781
3#5A8D99
4#6E9FAA
5#87AFB8
6#9FBFC6
7#B7CFD5
8#CFDFE3
9#E7EFF1
Tones
Muted variations
1#31494F
2#32484D
3#34474B
4#36464A
5#374548
6#394446
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 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CE #B5CED4 | BordersInactive statesPlaceholder text |
| 400 | 8FB4 #8FB4BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E9F #6E9FAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5383 #53838D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4268 #426870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4A #2F4A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E30 #1E3033 | 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: #E9F0F2;
--charcoal-200: #D5E3E6;
--charcoal-300: #B5CED4;
--charcoal-400: #8FB4BD;
--charcoal-500: #6E9FAA;
--charcoal-600: #53838D;
--charcoal-700: #426870;
--charcoal-800: #2F4A50;
--charcoal-900: #1E3033;
--charcoal-950: #131E20;
}