Charcoal
#13556C
BlueColor Codes
All color formats for development
HEX
#13556CRGB
rgb(19, 85, 108)HSL
hsl(196, 70%, 25%)OKLCH
oklch(0.421 0.073 226.6)CMYK
cmyk(82%, 21%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#114C62
2#0F4457
3#0D3B4C
4#0B3341
5#0A2A36
6#08222B
7#061921
8#041116
9#02080B
Tints
Lighter variations
1#196E8D
2#1F87AD
3#24A1CE
4#3CB2DD
5#5CBFE2
6#7DCBE8
7#9DD8EE
8#BEE5F4
9#DEF2F9
Tones
Muted variations
1#185268
2#1C5063
3#214E5F
4#254C5B
5#294A56
6#2E4852
7#32464D
8#374449
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD8 #9BD8ED | BordersInactive statesPlaceholder text |
| 400 | 67C3 #67C3E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB2 #3CB2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2295 #2295BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B76 #1B7698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1355 #13556C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C36 #0C3645 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E1F3FA;
--charcoal-200: #C7E9F5;
--charcoal-300: #9BD8ED;
--charcoal-400: #67C3E4;
--charcoal-500: #3CB2DD;
--charcoal-600: #2295BF;
--charcoal-700: #1B7698;
--charcoal-800: #13556C;
--charcoal-900: #0C3645;
--charcoal-950: #08222B;
}