Charcoal
#294B57
BlueColor Codes
All color formats for development
HEX
#294B57RGB
rgb(41, 75, 87)HSL
hsl(196, 36%, 25%)OKLCH
oklch(0.392 0.044 222.8)CMYK
cmyk(53%, 14%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25434E
2#213C45
3#1D343D
4#182D34
5#14252B
6#101E23
7#0C161A
8#080F11
9#040709
Tints
Lighter variations
1#356171
2#41778B
3#4E8DA5
4#63A0B6
5#7DAFC2
6#97BFCE
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 | AFCE #AFCED9 | BordersInactive statesPlaceholder text |
| 400 | 86B5 #86B5C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A0 #63A0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4883 #488399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3968 #396879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294A #294A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3037 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | 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: #AFCED9;
--charcoal-400: #86B5C6;
--charcoal-500: #63A0B6;
--charcoal-600: #488399;
--charcoal-700: #396879;
--charcoal-800: #294A57;
--charcoal-900: #1A3037;
--charcoal-950: #101E23;
}