Charcoal
#36577C
BlueColor Codes
All color formats for development
HEX
#36577CRGB
rgb(54, 87, 124)HSL
hsl(212, 39%, 35%)OKLCH
oklch(0.448 0.072 252.3)CMYK
cmyk(56%, 30%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314E70
2#2C4663
3#263D57
4#21344A
5#1B2B3E
6#162332
7#101A25
8#0B1119
9#05090C
Tints
Lighter variations
1#416793
2#4B77AA
3#5E88B8
4#7599C2
5#8CAACC
6#A3BBD7
7#BACCE1
8#D1DDEB
9#E8EEF5
Tones
Muted variations
1#3A5779
2#3D5775
3#415872
4#44586E
5#48586B
6#4B5867
7#4F5964
8#525960
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC3 #ADC3DB | BordersInactive statesPlaceholder text |
| 400 | 83A3 #83A3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F89 #5F89B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446D #446D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3657 #36577C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273E #273E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1928 #192839 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D1DDEB;
--charcoal-300: #ADC3DB;
--charcoal-400: #83A3C9;
--charcoal-500: #5F89B9;
--charcoal-600: #446D9C;
--charcoal-700: #36577C;
--charcoal-800: #273E59;
--charcoal-900: #192839;
--charcoal-950: #101923;
}