Charcoal
#204360
BlueColor Codes
All color formats for development
HEX
#204360RGB
rgb(32, 67, 96)HSL
hsl(207, 50%, 25%)OKLCH
oklch(0.371 0.065 245.8)CMYK
cmyk(67%, 30%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3C56
2#19364D
3#162F43
4#132839
5#102130
6#0D1B26
7#0A141D
8#060D13
9#03070A
Tints
Lighter variations
1#29577C
2#336B99
3#3D7FB6
4#5392C6
5#70A4CF
6#8CB6D9
7#A9C8E2
8#C6DBEC
9#E2EDF5
Tones
Muted variations
1#23435C
2#264259
3#294256
4#2D4253
5#304150
6#33414D
7#364149
8#394046
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C7 #A7C7E2 | BordersInactive statesPlaceholder text |
| 400 | 79AA #79AAD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5392 #5392C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3876 #3876A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D5E #2D5E86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2043 #204360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E4EEF6;
--charcoal-200: #CDE0EE;
--charcoal-300: #A7C7E2;
--charcoal-400: #79AAD2;
--charcoal-500: #5392C6;
--charcoal-600: #3876A8;
--charcoal-700: #2D5E86;
--charcoal-800: #204360;
--charcoal-900: #142B3D;
--charcoal-950: #0D1B26;
}