Charcoal
#265659
CyanColor Codes
All color formats for development
HEX
#265659RGB
rgb(38, 86, 89)HSL
hsl(184, 40%, 25%)OKLCH
oklch(0.421 0.052 200.8)CMYK
cmyk(57%, 3%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224D50
2#1F4547
3#1B3C3E
4#173436
5#132B2D
6#0F2224
7#0B1A1B
8#081112
9#040909
Tints
Lighter variations
1#327074
2#3D898F
3#49A3AA
4#5EB4BA
5#79C1C6
6#94CDD1
7#AFDADD
8#C9E6E8
9#E4F3F4
Tones
Muted variations
1#295457
2#2B5154
3#2E4F52
4#304D4F
5#334B4D
6#36494A
7#384647
8#3B4445
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DC | BordersInactive statesPlaceholder text |
| 400 | 82C5 #82C5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB4 #5EB4BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4397 #43979D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3678 #36787D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #265659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #183739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F3F4;
--charcoal-200: #D1E9EB;
--charcoal-300: #ADD9DC;
--charcoal-400: #82C5C9;
--charcoal-500: #5EB4BA;
--charcoal-600: #43979D;
--charcoal-700: #36787D;
--charcoal-800: #265659;
--charcoal-900: #183739;
--charcoal-950: #0F2224;
}