Charcoal
#13476C
BlueColor Codes
All color formats for development
HEX
#13476CRGB
rgb(19, 71, 108)HSL
hsl(205, 70%, 25%)OKLCH
oklch(0.384 0.083 244.4)CMYK
cmyk(82%, 34%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#114062
2#0F3957
3#0D324C
4#0B2B41
5#0A2436
6#081C2B
7#061521
8#040E16
9#02070B
Tints
Lighter variations
1#195D8D
2#1F72AD
3#2487CE
4#3C9ADD
5#5CABE2
6#7DBBE8
7#9DCCEE
8#BEDDF4
9#DEEEF9
Tones
Muted variations
1#184668
2#1C4663
3#21455F
4#25445B
5#294356
6#2E4352
7#32424D
8#374149
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCB #9BCBED | BordersInactive statesPlaceholder text |
| 400 | 67B0 #67B0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9A #3C9ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 227D #227DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B64 #1B6498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1347 #13476C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2E #0C2E45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1EFFA;
--charcoal-200: #C7E2F5;
--charcoal-300: #9BCBED;
--charcoal-400: #67B0E4;
--charcoal-500: #3C9ADD;
--charcoal-600: #227DBF;
--charcoal-700: #1B6498;
--charcoal-800: #13476C;
--charcoal-900: #0C2E45;
--charcoal-950: #081C2B;
}