Charcoal
#1F5260
CyanColor Codes
All color formats for development
HEX
#1F5260RGB
rgb(31, 82, 96)HSL
hsl(193, 51%, 25%)OKLCH
oklch(0.411 0.058 218.9)CMYK
cmyk(68%, 15%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4A57
2#19424D
3#163A43
4#13313A
5#102930
6#0C2127
7#09191D
8#061013
9#03080A
Tints
Lighter variations
1#296B7D
2#32839A
3#3B9CB7
4#52ADC7
5#6FBBD0
6#8BC9DA
7#A8D6E3
8#C5E4EC
9#E2F1F6
Tones
Muted variations
1#22505D
2#264E5A
3#294D57
4#2C4B53
5#2F4950
6#33474D
7#36454A
8#394346
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D5 #A6D5E2 | BordersInactive statesPlaceholder text |
| 400 | 78C0 #78C0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AD #52ADC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3791 #3791A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C73 #2C7387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F52 #1F5260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1435 #14353E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F2F6;
--charcoal-200: #CDE7EF;
--charcoal-300: #A6D5E2;
--charcoal-400: #78C0D3;
--charcoal-500: #52ADC7;
--charcoal-600: #3791A9;
--charcoal-700: #2C7387;
--charcoal-800: #1F5260;
--charcoal-900: #14353E;
--charcoal-950: #0C2127;
}