Charcoal
#294D57
CyanColor Codes
All color formats for development
HEX
#294D57RGB
rgb(41, 77, 87)HSL
hsl(193, 36%, 25%)OKLCH
oklch(0.398 0.045 217.8)CMYK
cmyk(53%, 11%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25454E
2#213D45
3#1D363D
4#182E34
5#14262B
6#101F23
7#0C171A
8#080F11
9#040809
Tints
Lighter variations
1#356471
2#417B8B
3#4E92A5
4#63A4B6
5#7DB3C2
6#97C2CE
7#B1D1DA
8#CBE1E7
9#E5F0F3
Tones
Muted variations
1#2B4B54
2#2D4A52
3#304950
4#32484E
5#34464B
6#374549
7#394447
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 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0D9 | BordersInactive statesPlaceholder text |
| 400 | 86B8 #86B8C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A4 #63A4B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4887 #488799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396B #396B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294D #294D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3137 | 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: #AFD0D9;
--charcoal-400: #86B8C6;
--charcoal-500: #63A4B6;
--charcoal-600: #488799;
--charcoal-700: #396B79;
--charcoal-800: #294D57;
--charcoal-900: #1A3137;
--charcoal-950: #101F23;
}