Charcoal
#2F3E50
BlueColor Codes
All color formats for development
HEX
#2F3E50RGB
rgb(47, 62, 80)HSL
hsl(213, 26%, 25%)OKLCH
oklch(0.359 0.037 253.3)CMYK
cmyk(41%, 22%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3848
2#263240
3#212B38
4#1C2530
5#181F28
6#131920
7#0E1318
8#090C10
9#050608
Tints
Lighter variations
1#3D5168
2#4B6381
3#5A7699
4#6E89AA
5#879DB8
6#9FB1C6
7#B7C4D5
8#CFD8E3
9#E7EBF1
Tones
Muted variations
1#313E4F
2#323E4D
3#343F4B
4#363F4A
5#373F48
6#393F46
7#3B3F45
8#3C3F43
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DD #D5DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C3 #B5C3D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA3 #8FA3BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E89 #6E89AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536D #536D8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4257 #425770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3E #2F3E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E28 #1E2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9EDF2;
--charcoal-200: #D5DDE6;
--charcoal-300: #B5C3D4;
--charcoal-400: #8FA3BD;
--charcoal-500: #6E89AA;
--charcoal-600: #536D8D;
--charcoal-700: #425770;
--charcoal-800: #2F3E50;
--charcoal-900: #1E2833;
--charcoal-950: #131920;
}