Charcoal
#265959
CyanColor Codes
All color formats for development
HEX
#265959RGB
rgb(38, 89, 89)HSL
hsl(180, 40%, 25%)OKLCH
oklch(0.429 0.054 195.3)CMYK
cmyk(57%, 0%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#225050
2#1F4747
3#1B3E3E
4#173636
5#132D2D
6#0F2424
7#0B1B1B
8#081212
9#040909
Tints
Lighter variations
1#327474
2#3D8F8F
3#49AAAA
4#5EBABA
5#79C6C6
6#94D1D1
7#AFDDDD
8#C9E8E8
9#E4F4F4
Tones
Muted variations
1#295757
2#2B5454
3#2E5252
4#304F4F
5#334C4D
6#364A4A
7#384747
8#3B4545
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDC #ADDCDC | BordersInactive statesPlaceholder text |
| 400 | 82C9 #82C9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EBA #5EBABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439D #439D9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367D #367D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2659 #265959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #183939 | 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: #F4FAFA;
--charcoal-100: #E6F4F4;
--charcoal-200: #D1EBEB;
--charcoal-300: #ADDCDC;
--charcoal-400: #82C9C9;
--charcoal-500: #5EBABA;
--charcoal-600: #439D9D;
--charcoal-700: #367D7D;
--charcoal-800: #265959;
--charcoal-900: #183939;
--charcoal-950: #0F2424;
}