Charcoal
#203760
BlueColor Codes
All color formats for development
HEX
#203760RGB
rgb(32, 55, 96)HSL
hsl(218, 50%, 25%)OKLCH
oklch(0.34 0.078 261.1)CMYK
cmyk(67%, 43%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3256
2#192C4D
3#162743
4#132139
5#101C30
6#0D1626
7#0A111D
8#060B13
9#03060A
Tints
Lighter variations
1#29487C
2#335899
3#3D69B6
4#537DC6
5#7093CF
6#8CA8D9
7#A9BEE2
8#C6D4EC
9#E2E9F5
Tones
Muted variations
1#23385C
2#263959
3#293A56
4#2D3B53
5#303C50
6#333C4D
7#363D49
8#393E46
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BD #A7BDE2 | BordersInactive statesPlaceholder text |
| 400 | 799A #799AD2 | Disabled statesSecondary iconsMuted text |
| 500 | 537D #537DC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3861 #3861A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4D #2D4D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2037 #203760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1423 #14233D | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E4EBF6;
--charcoal-200: #CDD9EE;
--charcoal-300: #A7BDE2;
--charcoal-400: #799AD2;
--charcoal-500: #537DC6;
--charcoal-600: #3861A8;
--charcoal-700: #2D4D86;
--charcoal-800: #203760;
--charcoal-900: #14233D;
--charcoal-950: #0D1626;
}