Charcoal
#193539
CyanColor Codes
All color formats for development
HEX
#193539RGB
rgb(25, 53, 57)HSL
hsl(188, 39%, 16%)OKLCH
oklch(0.309 0.035 207.5)CMYK
cmyk(56%, 7%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162F33
2#142A2D
3#112528
4#0F1F22
5#0C1A1C
6#0A1517
7#071011
8#050A0B
9#020506
Tints
Lighter variations
1#265056
2#336C74
3#408792
4#4DA3B0
5#6AB3BE
6#88C2CB
7#A6D1D8
8#C3E0E5
9#E1F0F2
Tones
Muted variations
1#1A3337
2#1C3236
3#1E3134
4#1F3032
5#212F31
6#222D2F
7#242C2E
8#262B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E7 #D1E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD5 #ADD5DB | BordersInactive statesPlaceholder text |
| 400 | 83BF #83BFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAD #5FADB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4490 #44909C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3673 #36737C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2752 #275259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1934 #193439 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F2F4;
--charcoal-200: #D1E7EB;
--charcoal-300: #ADD5DB;
--charcoal-400: #83BFC9;
--charcoal-500: #5FADB9;
--charcoal-600: #44909C;
--charcoal-700: #36737C;
--charcoal-800: #275259;
--charcoal-900: #193439;
--charcoal-950: #102123;
}