Charcoal
#204860
BlueColor Codes
All color formats for development
HEX
#204860RGB
rgb(32, 72, 96)HSL
hsl(203, 50%, 25%)OKLCH
oklch(0.384 0.061 237.6)CMYK
cmyk(67%, 25%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4056
2#19394D
3#163243
4#132B39
5#102430
6#0D1C26
7#0A151D
8#060E13
9#03070A
Tints
Lighter variations
1#295D7C
2#337299
3#3D87B6
4#539AC6
5#70ABCF
6#8CBBD9
7#A9CCE2
8#C6DDEC
9#E2EEF5
Tones
Muted variations
1#23465C
2#264659
3#294556
4#2D4453
5#304350
6#33434D
7#364249
8#394146
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7CB #A7CBE2 | BordersInactive statesPlaceholder text |
| 400 | 79B0 #79B0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 539A #539AC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 387D #387DA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D64 #2D6486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2047 #204760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E4EFF6;
--charcoal-200: #CDE2EE;
--charcoal-300: #A7CBE2;
--charcoal-400: #79B0D2;
--charcoal-500: #539AC6;
--charcoal-600: #387DA8;
--charcoal-700: #2D6486;
--charcoal-800: #204760;
--charcoal-900: #142E3D;
--charcoal-950: #0D1C26;
}