Charcoal
#385D7A
BlueColor Codes
All color formats for development
HEX
#385D7ARGB
rgb(56, 93, 122)HSL
hsl(206, 37%, 35%)OKLCH
oklch(0.463 0.064 243.4)CMYK
cmyk(54%, 24%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33546E
2#2D4B62
3#274256
4#223849
5#1C2F3D
6#162531
7#111C25
8#0B1318
9#06090C
Tints
Lighter variations
1#436F91
2#4D80A8
3#6091B6
4#77A0C0
5#8DB0CB
6#A4C0D5
7#BBD0E0
8#D2DFEA
9#E8EFF5
Tones
Muted variations
1#3C5D77
2#3F5D74
3#425C70
4#455C6D
5#495B6A
6#4C5B66
7#4F5B63
8#535A60
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC7 #AFC7DA | BordersInactive statesPlaceholder text |
| 400 | 85AA #85AAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6292 #6292B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4776 #47769A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385E #385E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2843 #284357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B38 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF4;
--charcoal-200: #D2DFEA;
--charcoal-300: #AFC7DA;
--charcoal-400: #85AAC7;
--charcoal-500: #6292B7;
--charcoal-600: #47769A;
--charcoal-700: #385E7A;
--charcoal-800: #284357;
--charcoal-900: #1A2B38;
--charcoal-950: #101B23;
}