Charcoal
#14316B
BlueColor Codes
All color formats for development
HEX
#14316BRGB
rgb(20, 49, 107)HSL
hsl(220, 69%, 25%)OKLCH
oklch(0.328 0.107 262.2)CMYK
cmyk(81%, 54%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122C61
2#102756
3#0E224B
4#0C1D41
5#0A1936
6#08142B
7#060F20
8#040A16
9#02050B
Tints
Lighter variations
1#1A408C
2#204FAC
3#265DCD
4#3D72DB
5#5D89E1
6#7EA1E7
7#9EB8ED
8#BED0F3
9#DFE7F9
Tones
Muted variations
1#183367
2#1D3463
3#21355F
4#25375A
5#2A3856
6#2E3A51
7#333B4D
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 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB7 #9CB7ED | BordersInactive statesPlaceholder text |
| 400 | 6891 #6891E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D72 #3D72DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2356 #2356BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C45 #1C4597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1431 #14316C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1F #0D1F45 | 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: #E1E9F9;
--charcoal-200: #C7D6F5;
--charcoal-300: #9CB7ED;
--charcoal-400: #6891E3;
--charcoal-500: #3D72DB;
--charcoal-600: #2356BE;
--charcoal-700: #1C4597;
--charcoal-800: #14316C;
--charcoal-900: #0D1F45;
--charcoal-950: #08142B;
}