Charcoal
#264E59
CyanColor Codes
All color formats for development
HEX
#264E59RGB
rgb(38, 78, 89)HSL
hsl(193, 40%, 25%)OKLCH
oklch(0.4 0.049 217.9)CMYK
cmyk(57%, 12%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224650
2#1F3F47
3#1B373E
4#172F36
5#13272D
6#0F1F24
7#0B171B
8#081012
9#040809
Tints
Lighter variations
1#326674
2#3D7D8F
3#4995AA
4#5EA6BA
5#79B5C6
6#94C4D1
7#AFD3DD
8#C9E1E8
9#E4F0F4
Tones
Muted variations
1#294D57
2#2B4B54
3#2E4A52
4#30484F
5#33474D
6#36464A
7#384447
8#3B4345
9#3D4142
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 | ADD2 #ADD2DC | BordersInactive statesPlaceholder text |
| 400 | 82BA #82BAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA6 #5EA6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 438A #438A9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366D #366D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264E #264E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #183239 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | 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: #ADD2DC;
--charcoal-400: #82BAC9;
--charcoal-500: #5EA6BA;
--charcoal-600: #438A9D;
--charcoal-700: #366D7D;
--charcoal-800: #264E59;
--charcoal-900: #183239;
--charcoal-950: #0F1F24;
}