Charcoal
#294A57
BlueColor Codes
All color formats for development
HEX
#294A57RGB
rgb(41, 74, 87)HSL
hsl(197, 36%, 25%)OKLCH
oklch(0.39 0.044 225.4)CMYK
cmyk(53%, 15%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25424E
2#213B45
3#1D343D
4#182C34
5#14252B
6#101D23
7#0C161A
8#080F11
9#040709
Tints
Lighter variations
1#356071
2#41768B
3#4E8CA5
4#639EB6
5#7DAEC2
6#97BECE
7#B1CFDA
8#CBDFE7
9#E5EFF3
Tones
Muted variations
1#2B4954
2#2D4852
3#304750
4#32464E
5#34454B
6#374449
7#394347
8#3B4244
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E3 #D2E3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCD #AFCDD9 | BordersInactive statesPlaceholder text |
| 400 | 86B4 #86B4C6 | Disabled statesSecondary iconsMuted text |
| 500 | 639E #639EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4882 #488299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3967 #396779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294A #294A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2F #1A2F37 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F0F4;
--charcoal-200: #D2E3EA;
--charcoal-300: #AFCDD9;
--charcoal-400: #86B4C6;
--charcoal-500: #639EB6;
--charcoal-600: #488299;
--charcoal-700: #396779;
--charcoal-800: #294A57;
--charcoal-900: #1A2F37;
--charcoal-950: #101D23;
}