Charcoal
#294E57
CyanColor Codes
All color formats for development
HEX
#294E57RGB
rgb(41, 78, 87)HSL
hsl(192, 36%, 25%)OKLCH
oklch(0.4 0.045 215.3)CMYK
cmyk(53%, 10%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25464E
2#213E45
3#1D363D
4#182F34
5#14272B
6#101F23
7#0C171A
8#081011
9#040809
Tints
Lighter variations
1#356571
2#417C8B
3#4E93A5
4#63A5B6
5#7DB4C2
6#97C3CE
7#B1D2DA
8#CBE1E7
9#E5F0F3
Tones
Muted variations
1#2B4C54
2#2D4B52
3#304950
4#32484E
5#34474B
6#374549
7#394447
8#3B4344
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 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD1 #AFD1D9 | BordersInactive statesPlaceholder text |
| 400 | 86B9 #86B9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A5 #63A5B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4888 #488899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396D #396D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294E #294E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A32 #1A3237 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F1F4;
--charcoal-200: #D2E5EA;
--charcoal-300: #AFD1D9;
--charcoal-400: #86B9C6;
--charcoal-500: #63A5B6;
--charcoal-600: #488899;
--charcoal-700: #396D79;
--charcoal-800: #294E57;
--charcoal-900: #1A3237;
--charcoal-950: #101F23;
}