Charcoal
#193239
CyanColor Codes
All color formats for development
HEX
#193239RGB
rgb(25, 50, 57)HSL
hsl(193, 39%, 16%)OKLCH
oklch(0.3 0.033 217.9)CMYK
cmyk(56%, 12%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162D33
2#14282D
3#112328
4#0F1E22
5#0C191C
6#0A1417
7#070F11
8#050A0B
9#020506
Tints
Lighter variations
1#264C56
2#336674
3#408092
4#4D9AB0
5#6AACBE
6#88BCCB
7#A6CDD8
8#C3DEE5
9#E1EEF2
Tones
Muted variations
1#1A3137
2#1C3036
3#1E2F34
4#1F2E32
5#212D31
6#222C2F
7#242C2E
8#262B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E5 #D1E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD1 #ADD1DB | BordersInactive statesPlaceholder text |
| 400 | 83B9 #83B9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA6 #5FA6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4489 #44899C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366D #366D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274E #274E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1932 #193239 | 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: #F4F9FA;
--charcoal-100: #E6F1F4;
--charcoal-200: #D1E5EB;
--charcoal-300: #ADD1DB;
--charcoal-400: #83B9C9;
--charcoal-500: #5FA6B9;
--charcoal-600: #44899C;
--charcoal-700: #366D7C;
--charcoal-800: #274E59;
--charcoal-900: #193239;
--charcoal-950: #101F23;
}