Charcoal
#2F4650
BlueColor Codes
All color formats for development
HEX
#2F4650RGB
rgb(47, 70, 80)HSL
hsl(198, 26%, 25%)OKLCH
oklch(0.379 0.033 226.9)CMYK
cmyk(41%, 12%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A3F48
2#263840
3#213138
4#1C2A30
5#182328
6#131C20
7#0E1518
8#090E10
9#050708
Tints
Lighter variations
1#3D5B68
2#4B7181
3#5A8699
4#6E98AA
5#87A9B8
6#9FBAC6
7#B7CCD5
8#CFDDE3
9#E7EEF1
Tones
Muted variations
1#31464F
2#32454D
3#34444B
4#36444A
5#374348
6#394246
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 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CA #B5CAD4 | BordersInactive statesPlaceholder text |
| 400 | 8FAF #8FAFBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E98 #6E98AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 537C #537C8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4263 #426370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F46 #2F4650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2D #1E2D33 | 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: #E9EFF2;
--charcoal-200: #D5E1E6;
--charcoal-300: #B5CAD4;
--charcoal-400: #8FAFBD;
--charcoal-500: #6E98AA;
--charcoal-600: #537C8D;
--charcoal-700: #426370;
--charcoal-800: #2F4650;
--charcoal-900: #1E2D33;
--charcoal-950: #131C20;
}