Charcoal
#36537C
BlueColor Codes
All color formats for development
HEX
#36537CRGB
rgb(54, 83, 124)HSL
hsl(215, 39%, 35%)OKLCH
oklch(0.439 0.077 257.1)CMYK
cmyk(56%, 33%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314B70
2#2C4363
3#263A57
4#21324A
5#1B2A3E
6#162132
7#101925
8#0B1119
9#05080C
Tints
Lighter variations
1#416393
2#4B72AA
3#5E83B8
4#7595C2
5#8CA7CC
6#A3B8D7
7#BACAE1
8#D1DCEB
9#E8EDF5
Tones
Muted variations
1#3A5479
2#3D5575
3#415572
4#44566E
5#48566B
6#4B5767
7#4F5864
8#525860
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC1 #ADC1DB | BordersInactive statesPlaceholder text |
| 400 | 83A0 #83A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F85 #5F85B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4469 #44699C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1926 #192639 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D1DCEB;
--charcoal-300: #ADC1DB;
--charcoal-400: #83A0C9;
--charcoal-500: #5F85B9;
--charcoal-600: #44699C;
--charcoal-700: #36537C;
--charcoal-800: #273C59;
--charcoal-900: #192639;
--charcoal-950: #101823;
}