Charcoal
#1F5561
CyanColor Codes
All color formats for development
HEX
#1F5561RGB
rgb(31, 85, 97)HSL
hsl(191, 52%, 25%)OKLCH
oklch(0.419 0.059 215)CMYK
cmyk(68%, 12%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4C57
2#18444E
3#153B44
4#12333A
5#0F2A30
6#0C2227
7#09191D
8#061113
9#03080A
Tints
Lighter variations
1#286E7E
2#31889B
3#3AA1B8
4#51B2C8
5#6EBFD1
6#8BCCDA
7#A8D9E3
8#C5E5ED
9#E2F2F6
Tones
Muted variations
1#22535E
2#25515A
3#294E57
4#2C4C54
5#2F4A50
6#32484D
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 #A6D8E3 | BordersInactive statesPlaceholder text |
| 400 | 77C3 #77C3D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51B2 #51B2C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3695 #3695AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B77 #2B7788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F55 #1F5561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1436 #14363E | 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: #A6D8E3;
--charcoal-400: #77C3D4;
--charcoal-500: #51B2C8;
--charcoal-600: #3695AB;
--charcoal-700: #2B7788;
--charcoal-800: #1F5561;
--charcoal-900: #14363E;
--charcoal-950: #0C2227;
}