Charcoal
#2F4050
BlueColor Codes
All color formats for development
HEX
#2F4050RGB
rgb(47, 64, 80)HSL
hsl(209, 26%, 25%)OKLCH
oklch(0.364 0.035 247.3)CMYK
cmyk(41%, 20%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3A48
2#263340
3#212D38
4#1C2730
5#182028
6#131A20
7#0E1318
8#090D10
9#050608
Tints
Lighter variations
1#3D5468
2#4B6781
3#5A7A99
4#6E8DAA
5#87A0B8
6#9FB3C6
7#B7C6D5
8#CFD9E3
9#E7ECF1
Tones
Muted variations
1#31404F
2#32404D
3#34404B
4#36404A
5#374048
6#394046
7#3B4045
8#3C4043
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 | D5DE #D5DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA7 #8FA7BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8D #6E8DAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5371 #53718D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425A #425A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2933 | 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: #F5F7F9;
--charcoal-100: #E9EDF2;
--charcoal-200: #D5DEE6;
--charcoal-300: #B5C5D4;
--charcoal-400: #8FA7BD;
--charcoal-500: #6E8DAA;
--charcoal-600: #53718D;
--charcoal-700: #425A70;
--charcoal-800: #2F4050;
--charcoal-900: #1E2933;
--charcoal-950: #131A20;
}