Charcoal
#265759
CyanColor Codes
All color formats for development
HEX
#265759RGB
rgb(38, 87, 89)HSL
hsl(182, 40%, 25%)OKLCH
oklch(0.424 0.053 198.9)CMYK
cmyk(57%, 2%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224F50
2#1F4647
3#1B3D3E
4#173536
5#132C2D
6#0F2324
7#0B1A1B
8#081212
9#040909
Tints
Lighter variations
1#327274
2#3D8C8F
3#49A6AA
4#5EB7BA
5#79C3C6
6#94CFD1
7#AFDBDD
8#C9E7E8
9#E4F3F4
Tones
Muted variations
1#295557
2#2B5354
3#2E5052
4#304E4F
5#334C4D
6#36494A
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 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDA #ADDADC | BordersInactive statesPlaceholder text |
| 400 | 82C7 #82C7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB7 #5EB7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439A #439A9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367B #367B7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2658 #265859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #183839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F4F4;
--charcoal-200: #D1EAEB;
--charcoal-300: #ADDADC;
--charcoal-400: #82C7C9;
--charcoal-500: #5EB7BA;
--charcoal-600: #439A9D;
--charcoal-700: #367B7D;
--charcoal-800: #265859;
--charcoal-900: #183839;
--charcoal-950: #0F2324;
}