Charcoal
#14336B
BlueColor Codes
All color formats for development
HEX
#14336BRGB
rgb(20, 51, 107)HSL
hsl(219, 69%, 25%)OKLCH
oklch(0.333 0.105 261.1)CMYK
cmyk(81%, 52%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122D61
2#102856
3#0E234B
4#0C1E41
5#0A1936
6#08142B
7#060F20
8#040A16
9#02050B
Tints
Lighter variations
1#1A428C
2#2051AC
3#2660CD
4#3D74DB
5#5D8CE1
6#7EA3E7
7#9EBAED
8#BED1F3
9#DFE8F9
Tones
Muted variations
1#183467
2#1D3563
3#21375F
4#25385A
5#2A3956
6#2E3A51
7#333C4D
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 | C7D7 #C7D7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB8 #9CB8ED | BordersInactive statesPlaceholder text |
| 400 | 6893 #6893E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D74 #3D74DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2359 #2359BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C47 #1C4797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1433 #14336C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D20 #0D2045 | 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: #C7D7F5;
--charcoal-300: #9CB8ED;
--charcoal-400: #6893E3;
--charcoal-500: #3D74DB;
--charcoal-600: #2359BE;
--charcoal-700: #1C4797;
--charcoal-800: #14336C;
--charcoal-900: #0D2045;
--charcoal-950: #08142B;
}