Charcoal
#1F5560
CyanColor Codes
All color formats for development
HEX
#1F5560RGB
rgb(31, 85, 96)HSL
hsl(190, 51%, 25%)OKLCH
oklch(0.419 0.059 213.4)CMYK
cmyk(68%, 11%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4D57
2#19444D
3#163C43
4#13333A
5#102B30
6#0C2227
7#091A1D
8#061113
9#03090A
Tints
Lighter variations
1#296F7D
2#32899A
3#3BA2B7
4#52B3C7
5#6FC0D0
6#8BCDDA
7#A8D9E3
8#C5E6EC
9#E2F2F6
Tones
Muted variations
1#22535D
2#26515A
3#294F57
4#2C4D53
5#2F4B50
6#33484D
7#36464A
8#394446
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D8 #A6D8E2 | BordersInactive statesPlaceholder text |
| 400 | 78C4 #78C4D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52B3 #52B3C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3796 #3796A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C78 #2C7887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F55 #1F5560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F3F6;
--charcoal-200: #CDE9EF;
--charcoal-300: #A6D8E2;
--charcoal-400: #78C4D3;
--charcoal-500: #52B3C7;
--charcoal-600: #3796A9;
--charcoal-700: #2C7887;
--charcoal-800: #1F5560;
--charcoal-900: #14373E;
--charcoal-950: #0C2227;
}