Charcoal
#294C57
CyanColor Codes
All color formats for development
HEX
#294C57RGB
rgb(41, 76, 87)HSL
hsl(194, 36%, 25%)OKLCH
oklch(0.395 0.045 220.3)CMYK
cmyk(53%, 13%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25444E
2#213D45
3#1D353D
4#182E34
5#14262B
6#101E23
7#0C171A
8#080F11
9#040809
Tints
Lighter variations
1#356371
2#417A8B
3#4E90A5
4#63A2B6
5#7DB2C2
6#97C1CE
7#B1D1DA
8#CBE0E7
9#E5F0F3
Tones
Muted variations
1#2B4B54
2#2D4A52
3#304850
4#32474E
5#34464B
6#374549
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 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0D9 | BordersInactive statesPlaceholder text |
| 400 | 86B7 #86B7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A2 #63A2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4886 #488699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396A #396A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294C #294C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3137 | 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: #E7F1F4;
--charcoal-200: #D2E4EA;
--charcoal-300: #AFD0D9;
--charcoal-400: #86B7C6;
--charcoal-500: #63A2B6;
--charcoal-600: #488699;
--charcoal-700: #396A79;
--charcoal-800: #294C57;
--charcoal-900: #1A3137;
--charcoal-950: #101E23;
}