Charcoal
#13466C
BlueColor Codes
All color formats for development
HEX
#13466CRGB
rgb(19, 70, 108)HSL
hsl(206, 70%, 25%)OKLCH
oklch(0.381 0.084 245.5)CMYK
cmyk(82%, 35%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113F62
2#0F3857
3#0D314C
4#0B2A41
5#0A2336
6#081C2B
7#061521
8#040E16
9#02070B
Tints
Lighter variations
1#195B8D
2#1F70AD
3#2484CE
4#3C97DD
5#5CA8E2
6#7DBAE8
7#9DCBEE
8#BEDCF4
9#DEEEF9
Tones
Muted variations
1#184568
2#1C4563
3#21445F
4#25435B
5#294356
6#2E4252
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 | C7E1 #C7E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCA #9BCAED | BordersInactive statesPlaceholder text |
| 400 | 67AE #67AEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C97 #3C97DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 227B #227BBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B62 #1B6298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1346 #13466C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2D #0C2D45 | 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: #C7E1F5;
--charcoal-300: #9BCAED;
--charcoal-400: #67AEE4;
--charcoal-500: #3C97DD;
--charcoal-600: #227BBF;
--charcoal-700: #1B6298;
--charcoal-800: #13466C;
--charcoal-900: #0C2D45;
--charcoal-950: #081C2B;
}