Charcoal
#38597A
BlueColor Codes
All color formats for development
HEX
#38597ARGB
rgb(56, 89, 122)HSL
hsl(210, 37%, 35%)OKLCH
oklch(0.453 0.067 249.5)CMYK
cmyk(54%, 27%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33506E
2#2D4762
3#273E56
4#223649
5#1C2D3D
6#162431
7#111B25
8#0B1218
9#06090C
Tints
Lighter variations
1#436A91
2#4D7AA8
3#608BB6
4#779CC0
5#8DACCB
6#A4BDD5
7#BBCDE0
8#D2DEEA
9#E8EEF5
Tones
Muted variations
1#3C5977
2#3F5974
3#425970
4#45596D
5#49596A
6#4C5966
7#4F5963
8#535960
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4DA | BordersInactive statesPlaceholder text |
| 400 | 85A6 #85A6C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628C #628CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4770 #47709A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3859 #38597A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2840 #284057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2938 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF4;
--charcoal-200: #D2DEEA;
--charcoal-300: #AFC4DA;
--charcoal-400: #85A6C7;
--charcoal-500: #628CB7;
--charcoal-600: #47709A;
--charcoal-700: #38597A;
--charcoal-800: #284057;
--charcoal-900: #1A2938;
--charcoal-950: #101A23;
}