Charcoal
#14366B
BlueColor Codes
All color formats for development
HEX
#14366BRGB
rgb(20, 54, 107)HSL
hsl(217, 69%, 25%)OKLCH
oklch(0.34 0.101 259.2)CMYK
cmyk(81%, 50%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123061
2#102B56
3#0E254B
4#0C2041
5#0A1B36
6#08152B
7#061020
8#040B16
9#02050B
Tints
Lighter variations
1#1A468C
2#2056AC
3#2666CD
4#3D7ADB
5#5D90E1
6#7EA6E7
7#9EBCED
8#BED3F3
9#DFE9F9
Tones
Muted variations
1#183767
2#1D3863
3#21395F
4#253A5A
5#2A3B56
6#2E3C51
7#333D4D
8#373E49
9#3B3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D9 #C7D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBB #9CBBED | BordersInactive statesPlaceholder text |
| 400 | 6897 #6897E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D7A #3D7ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 235E #235EBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C4B #1C4B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1435 #14356C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D22 #0D2245 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1EAF9;
--charcoal-200: #C7D9F5;
--charcoal-300: #9CBBED;
--charcoal-400: #6897E3;
--charcoal-500: #3D7ADB;
--charcoal-600: #235EBE;
--charcoal-700: #1C4B97;
--charcoal-800: #14356C;
--charcoal-900: #0D2245;
--charcoal-950: #08152B;
}