Charcoal
#2F4750
BlueColor Codes
All color formats for development
HEX
#2F4750RGB
rgb(47, 71, 80)HSL
hsl(196, 26%, 25%)OKLCH
oklch(0.382 0.033 223.4)CMYK
cmyk(41%, 11%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4048
2#263940
3#213238
4#1C2B30
5#182428
6#131D20
7#0E1518
8#090E10
9#050708
Tints
Lighter variations
1#3D5D68
2#4B7281
3#5A8899
4#6E9AAA
5#87ABB8
6#9FBCC6
7#B7CDD5
8#CFDDE3
9#E7EEF1
Tones
Muted variations
1#31474F
2#32464D
3#34454B
4#36444A
5#374448
6#394346
7#3B4245
8#3C4143
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CB #B5CBD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB1 #8FB1BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E9A #6E9AAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 537E #537E8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4264 #426470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F47 #2F4750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E33 | 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: #E9EFF2;
--charcoal-200: #D5E2E6;
--charcoal-300: #B5CBD4;
--charcoal-400: #8FB1BD;
--charcoal-500: #6E9AAA;
--charcoal-600: #537E8D;
--charcoal-700: #426470;
--charcoal-800: #2F4750;
--charcoal-900: #1E2E33;
--charcoal-950: #131D20;
}