Charcoal
#204060
BlueColor Codes
All color formats for development
HEX
#204060RGB
rgb(32, 64, 96)HSL
hsl(210, 50%, 25%)OKLCH
oklch(0.363 0.067 250.2)CMYK
cmyk(67%, 33%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3956
2#19334D
3#162D43
4#132639
5#102030
6#0D1926
7#0A131D
8#060D13
9#03060A
Tints
Lighter variations
1#29537C
2#336699
3#3D79B6
4#538CC6
5#709FCF
6#8CB2D9
7#A9C6E2
8#C6D9EC
9#E2ECF5
Tones
Muted variations
1#23405C
2#264059
3#294056
4#2D4053
5#304050
6#33404D
7#364049
8#394046
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C4 #A7C4E2 | BordersInactive statesPlaceholder text |
| 400 | 79A6 #79A6D2 | Disabled statesSecondary iconsMuted text |
| 500 | 538C #538CC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3870 #3870A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D59 #2D5986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2040 #204060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E4EDF6;
--charcoal-200: #CDDEEE;
--charcoal-300: #A7C4E2;
--charcoal-400: #79A6D2;
--charcoal-500: #538CC6;
--charcoal-600: #3870A8;
--charcoal-700: #2D5986;
--charcoal-800: #204060;
--charcoal-900: #14293D;
--charcoal-950: #0D1A26;
}