Charcoal
#285757
CyanColor Codes
All color formats for development
HEX
#285757RGB
rgb(40, 87, 87)HSL
hsl(180, 37%, 25%)OKLCH
oklch(0.424 0.051 195.4)CMYK
cmyk(54%, 0%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#244F4F
2#204646
3#1C3D3D
4#183434
5#142C2C
6#102323
7#0C1A1A
8#081111
9#040909
Tints
Lighter variations
1#347272
2#408C8C
3#4CA6A6
4#62B7B7
5#7CC3C3
6#96CFCF
7#B0DBDB
8#CBE7E7
9#E5F3F3
Tones
Muted variations
1#2B5555
2#2D5353
3#2F5050
4#324E4E
5#344C4C
6#364949
7#394747
8#3B4444
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFDA #AFDADA | BordersInactive statesPlaceholder text |
| 400 | 85C7 #85C7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B7 #62B7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 479A #479A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 387A #387A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2857 #285757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A38 #1A3838 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F4F4;
--charcoal-200: #D2EAEA;
--charcoal-300: #AFDADA;
--charcoal-400: #85C7C7;
--charcoal-500: #62B7B7;
--charcoal-600: #479A9A;
--charcoal-700: #387A7A;
--charcoal-800: #285757;
--charcoal-900: #1A3838;
--charcoal-950: #102323;
}