Charcoal
#385E7A
BlueColor Codes
All color formats for development
HEX
#385E7ARGB
rgb(56, 94, 122)HSL
hsl(205, 37%, 35%)OKLCH
oklch(0.466 0.063 241.8)CMYK
cmyk(54%, 23%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33556E
2#2D4C62
3#274256
4#223949
5#1C2F3D
6#162631
7#111C25
8#0B1318
9#06090C
Tints
Lighter variations
1#437091
2#4D82A8
3#6092B6
4#77A2C0
5#8DB1CB
6#A4C1D5
7#BBD0E0
8#D2E0EA
9#E8EFF5
Tones
Muted variations
1#3C5E77
2#3F5E74
3#425D70
4#455D6D
5#495C6A
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 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC8 #AFC8DA | BordersInactive statesPlaceholder text |
| 400 | 85AB #85ABC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6293 #6293B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4777 #47779A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385F #385F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2844 #284457 | 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: #D2E0EA;
--charcoal-300: #AFC8DA;
--charcoal-400: #85ABC7;
--charcoal-500: #6293B7;
--charcoal-600: #47779A;
--charcoal-700: #385F7A;
--charcoal-800: #284457;
--charcoal-900: #1A2B38;
--charcoal-950: #101B23;
}