Charcoal
#285457
CyanColor Codes
All color formats for development
HEX
#285457RGB
rgb(40, 84, 87)HSL
hsl(184, 37%, 25%)OKLCH
oklch(0.416 0.049 201.3)CMYK
cmyk(54%, 3%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#244C4F
2#204346
3#1C3B3D
4#183334
5#142A2C
6#102223
7#0C191A
8#081111
9#040809
Tints
Lighter variations
1#346D72
2#40878C
3#4CA0A6
4#62B1B7
5#7CBEC3
6#96CBCF
7#B0D8DB
8#CBE5E7
9#E5F2F3
Tones
Muted variations
1#2B5255
2#2D5053
3#2F4E50
4#324C4E
5#344A4C
6#364849
7#394647
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 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7DA | BordersInactive statesPlaceholder text |
| 400 | 85C2 #85C2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B1 #62B1B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4794 #47949A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3876 #38767A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2854 #285457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3638 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F3F4;
--charcoal-200: #D2E8EA;
--charcoal-300: #AFD7DA;
--charcoal-400: #85C2C7;
--charcoal-500: #62B1B7;
--charcoal-600: #47949A;
--charcoal-700: #38767A;
--charcoal-800: #285457;
--charcoal-900: #1A3638;
--charcoal-950: #102223;
}