Charcoal
#13316C
BlueColor Codes
All color formats for development
HEX
#13316CRGB
rgb(19, 49, 108)HSL
hsl(220, 70%, 25%)OKLCH
oklch(0.329 0.109 262)CMYK
cmyk(82%, 55%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112C62
2#0F2757
3#0D224C
4#0B1D41
5#0A1836
6#08142B
7#060F21
8#040A16
9#02050B
Tints
Lighter variations
1#19408D
2#1F4EAD
3#245DCE
4#3C71DD
5#5C89E2
6#7DA1E8
7#9DB8EE
8#BED0F4
9#DEE7F9
Tones
Muted variations
1#183268
2#1C3463
3#21355F
4#25375B
5#293856
6#2E3A52
7#323B4D
8#373D49
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB7 #9BB7ED | BordersInactive statesPlaceholder text |
| 400 | 6791 #6791E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C71 #3C71DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2256 #2256BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B44 #1B4498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1331 #13316C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1F #0C1F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1E9FA;
--charcoal-200: #C7D6F5;
--charcoal-300: #9BB7ED;
--charcoal-400: #6791E4;
--charcoal-500: #3C71DD;
--charcoal-600: #2256BF;
--charcoal-700: #1B4498;
--charcoal-800: #13316C;
--charcoal-900: #0C1F45;
--charcoal-950: #08142B;
}