Charcoal
#36517C
BlueColor Codes
All color formats for development
HEX
#36517CRGB
rgb(54, 81, 124)HSL
hsl(217, 39%, 35%)OKLCH
oklch(0.434 0.079 259.4)CMYK
cmyk(56%, 35%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314970
2#2C4163
3#263957
4#21314A
5#1B293E
6#162032
7#101825
8#0B1019
9#05080C
Tints
Lighter variations
1#416093
2#4B6FAA
3#5E80B8
4#7593C2
5#8CA5CC
6#A3B7D7
7#BAC9E1
8#D1DBEB
9#E8EDF5
Tones
Muted variations
1#3A5279
2#3D5375
3#415472
4#44546E
5#48556B
6#4B5667
7#4F5764
8#525860
9#56585D
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 | ADBF #ADBFDB | BordersInactive statesPlaceholder text |
| 400 | 839E #839EC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F82 #5F82B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4466 #44669C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3651 #36517C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273A #273A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1925 #192539 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | 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: #ADBFDB;
--charcoal-400: #839EC9;
--charcoal-500: #5F82B9;
--charcoal-600: #44669C;
--charcoal-700: #36517C;
--charcoal-800: #273A59;
--charcoal-900: #192539;
--charcoal-950: #101723;
}