Charcoal
#2F4150
BlueColor Codes
All color formats for development
HEX
#2F4150RGB
rgb(47, 65, 80)HSL
hsl(207, 26%, 25%)OKLCH
oklch(0.366 0.035 244.1)CMYK
cmyk(41%, 19%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3B48
2#263440
3#212E38
4#1C2730
5#182128
6#131A20
7#0E1418
8#090D10
9#050708
Tints
Lighter variations
1#3D5568
2#4B6981
3#5A7C99
4#6E8FAA
5#87A2B8
6#9FB4C6
7#B7C7D5
8#CFDAE3
9#E7ECF1
Tones
Muted variations
1#31414F
2#32414D
3#34414B
4#36414A
5#374148
6#394046
7#3B4045
8#3C4043
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA8 #8FA8BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8F #6E8FAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5373 #53738D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425C #425C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EEF2;
--charcoal-200: #D5DFE6;
--charcoal-300: #B5C6D4;
--charcoal-400: #8FA8BD;
--charcoal-500: #6E8FAA;
--charcoal-600: #53738D;
--charcoal-700: #425C70;
--charcoal-800: #2F4150;
--charcoal-900: #1E2A33;
--charcoal-950: #131A20;
}