Charcoal
#36527C
BlueColor Codes
All color formats for development
HEX
#36527CRGB
rgb(54, 82, 124)HSL
hsl(216, 39%, 35%)OKLCH
oklch(0.436 0.078 258.3)CMYK
cmyk(56%, 34%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314A70
2#2C4263
3#263A57
4#21314A
5#1B293E
6#162132
7#101925
8#0B1019
9#05080C
Tints
Lighter variations
1#416293
2#4B71AA
3#5E82B8
4#7594C2
5#8CA6CC
6#A3B8D7
7#BAC9E1
8#D1DBEB
9#E8EDF5
Tones
Muted variations
1#3A5379
2#3D5475
3#415472
4#44556E
5#48566B
6#4B5667
7#4F5764
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 | D1DB #D1DBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC0 #ADC0DB | BordersInactive statesPlaceholder text |
| 400 | 839F #839FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F83 #5F83B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4467 #44679C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3652 #36527C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273B #273B59 | 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: #D1DBEB;
--charcoal-300: #ADC0DB;
--charcoal-400: #839FC9;
--charcoal-500: #5F83B9;
--charcoal-600: #44679C;
--charcoal-700: #36527C;
--charcoal-800: #273B59;
--charcoal-900: #192639;
--charcoal-950: #101823;
}