Charcoal
#2F4751
BlueColor Codes
All color formats for development
HEX
#2F4751RGB
rgb(47, 71, 81)HSL
hsl(198, 27%, 25%)OKLCH
oklch(0.382 0.034 225.9)CMYK
cmyk(42%, 12%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4049
2#253941
3#213139
4#1C2A31
5#172328
6#131C20
7#0E1518
8#090E10
9#050708
Tints
Lighter variations
1#3C5C69
2#4A7182
3#58869A
4#6D99AB
5#86AAB9
6#9EBBC7
7#B6CCD5
8#CEDDE3
9#E7EEF1
Tones
Muted variations
1#30464F
2#32454E
3#34454C
4#35444A
5#374348
6#394347
7#3B4245
8#3C4143
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CB #B5CBD4 | BordersInactive statesPlaceholder text |
| 400 | 8EAF #8EAFBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D99 #6D99AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527C #527C8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4163 #416371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F47 #2F4751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2D #1E2D34 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E1E7;
--charcoal-300: #B5CBD4;
--charcoal-400: #8EAFBE;
--charcoal-500: #6D99AB;
--charcoal-600: #527C8E;
--charcoal-700: #416371;
--charcoal-800: #2F4751;
--charcoal-900: #1E2D34;
--charcoal-950: #131C20;
}