Charcoal
#1F5160
CyanColor Codes
All color formats for development
HEX
#1F5160RGB
rgb(31, 81, 96)HSL
hsl(194, 51%, 25%)OKLCH
oklch(0.408 0.058 220.8)CMYK
cmyk(68%, 16%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4957
2#19414D
3#163943
4#13313A
5#102930
6#0C2027
7#09181D
8#061013
9#03080A
Tints
Lighter variations
1#29697D
2#32829A
3#3B9AB7
4#52ABC7
5#6FB9D0
6#8BC7DA
7#A8D5E3
8#C5E3EC
9#E2F1F6
Tones
Muted variations
1#224F5D
2#264E5A
3#294C57
4#2C4A53
5#2F4850
6#33474D
7#36454A
8#394346
9#3C4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D4 #A6D4E2 | BordersInactive statesPlaceholder text |
| 400 | 78BE #78BED3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AB #52ABC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378F #378FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C72 #2C7287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F51 #1F5160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F2F6;
--charcoal-200: #CDE7EF;
--charcoal-300: #A6D4E2;
--charcoal-400: #78BED3;
--charcoal-500: #52ABC7;
--charcoal-600: #378FA9;
--charcoal-700: #2C7287;
--charcoal-800: #1F5160;
--charcoal-900: #14343E;
--charcoal-950: #0C2027;
}