Charcoal
#36507C
BlueColor Codes
All color formats for development
HEX
#36507CRGB
rgb(54, 80, 124)HSL
hsl(218, 39%, 35%)OKLCH
oklch(0.432 0.08 260.4)CMYK
cmyk(56%, 35%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314870
2#2C4063
3#263857
4#21304A
5#1B283E
6#162032
7#101825
8#0B1019
9#05080C
Tints
Lighter variations
1#415F93
2#4B6EAA
3#5E7FB8
4#7591C2
5#8CA4CC
6#A3B6D7
7#BAC8E1
8#D1DAEB
9#E8EDF5
Tones
Muted variations
1#3A5179
2#3D5275
3#415372
4#44546E
5#48556B
6#4B5667
7#4F5664
8#525760
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBE #ADBEDB | BordersInactive statesPlaceholder text |
| 400 | 839C #839CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F80 #5F80B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4465 #44659C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2739 #273959 | 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: #E6EBF4;
--charcoal-200: #D1DAEB;
--charcoal-300: #ADBEDB;
--charcoal-400: #839CC9;
--charcoal-500: #5F80B9;
--charcoal-600: #44659C;
--charcoal-700: #36507C;
--charcoal-800: #273959;
--charcoal-900: #192539;
--charcoal-950: #101723;
}