Charcoal
#13446C
BlueColor Codes
All color formats for development
HEX
#13446CRGB
rgb(19, 68, 108)HSL
hsl(207, 70%, 25%)OKLCH
oklch(0.376 0.086 247.6)CMYK
cmyk(82%, 37%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113D62
2#0F3757
3#0D304C
4#0B2941
5#0A2236
6#081B2B
7#061421
8#040E16
9#02070B
Tints
Lighter variations
1#19598D
2#1F6DAD
3#2482CE
4#3C94DD
5#5CA6E2
6#7DB8E8
7#9DCAEE
8#BEDBF4
9#DEEDF9
Tones
Muted variations
1#184468
2#1C4363
3#21435F
4#25425B
5#294256
6#2E4252
7#32414D
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 | E1EE #E1EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E0 #C7E0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC8 #9BC8ED | BordersInactive statesPlaceholder text |
| 400 | 67AC #67ACE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C94 #3C94DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2278 #2278BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5F #1B5F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1344 #13446C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2C #0C2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1EEFA;
--charcoal-200: #C7E0F5;
--charcoal-300: #9BC8ED;
--charcoal-400: #67ACE4;
--charcoal-500: #3C94DD;
--charcoal-600: #2278BF;
--charcoal-700: #1B5F98;
--charcoal-800: #13446C;
--charcoal-900: #0C2C45;
--charcoal-950: #081B2B;
}