Charcoal
#1F5760
CyanColor Codes
All color formats for development
HEX
#1F5760RGB
rgb(31, 87, 96)HSL
hsl(188, 51%, 25%)OKLCH
oklch(0.424 0.059 209.8)CMYK
cmyk(68%, 9%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4F57
2#19464D
3#163D43
4#13353A
5#102C30
6#0C2327
7#091A1D
8#061213
9#03090A
Tints
Lighter variations
1#29727D
2#328C9A
3#3BA6B7
4#52B7C7
5#6FC3D0
6#8BCFDA
7#A8DBE3
8#C5E7EC
9#E2F3F6
Tones
Muted variations
1#22555D
2#26535A
3#295057
4#2C4E53
5#2F4C50
6#33494D
7#36474A
8#394546
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEA #CDEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DA #A6DAE2 | BordersInactive statesPlaceholder text |
| 400 | 78C7 #78C7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B7 #52B7C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 379A #379AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C7B #2C7B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F58 #1F5860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1438 #14383E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F4F6;
--charcoal-200: #CDEAEF;
--charcoal-300: #A6DAE2;
--charcoal-400: #78C7D3;
--charcoal-500: #52B7C7;
--charcoal-600: #379AA9;
--charcoal-700: #2C7B87;
--charcoal-800: #1F5860;
--charcoal-900: #14383E;
--charcoal-950: #0C2327;
}