Charcoal
#24595B
CyanColor Codes
All color formats for development
HEX
#24595BRGB
rgb(36, 89, 91)HSL
hsl(182, 43%, 25%)OKLCH
oklch(0.429 0.056 198.7)CMYK
cmyk(60%, 2%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215052
2#1D4749
3#193F40
4#163637
5#122D2E
6#0F2424
7#0B1B1B
8#071212
9#040909
Tints
Lighter variations
1#2F7477
2#3A8F92
3#45AAAD
4#5BBABE
5#76C6C8
6#92D1D3
7#ADDDDE
8#C8E8E9
9#E4F4F4
Tones
Muted variations
1#275758
2#2A5456
3#2D5253
4#2F4F50
5#324D4D
6#354A4B
7#384748
8#3A4545
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDC #ABDCDE | BordersInactive statesPlaceholder text |
| 400 | 7FCA #7FCACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBA #5BBABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409D #409DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337D #337D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2459 #24595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F4F5;
--charcoal-200: #D0EBEC;
--charcoal-300: #ABDCDE;
--charcoal-400: #7FCACC;
--charcoal-500: #5BBABE;
--charcoal-600: #409DA0;
--charcoal-700: #337D80;
--charcoal-800: #24595B;
--charcoal-900: #17393A;
--charcoal-950: #0F2424;
}