Charcoal
#345E7F
BlueColor Codes
All color formats for development
HEX
#345E7FRGB
rgb(52, 94, 127)HSL
hsl(206, 42%, 35%)OKLCH
oklch(0.466 0.072 243.9)CMYK
cmyk(59%, 26%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5572
2#294B65
3#244259
4#1F394C
5#1A2F3F
6#152633
7#101C26
8#0A1319
9#05090D
Tints
Lighter variations
1#3D7096
2#4781AE
3#5A91BC
4#72A1C5
5#89B1CF
6#A1C0D9
7#B8D0E2
8#D0E0EC
9#E7EFF5
Tones
Muted variations
1#385E7B
2#3B5D77
3#3F5D73
4#435C70
5#475C6C
6#4A5B68
7#4E5B64
8#525A61
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC8 #ACC8DD | BordersInactive statesPlaceholder text |
| 400 | 80AB #80ABCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C93 #5C93BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4176 #41769F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 345E #345E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2543 #25435B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182B #182B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E6EEF5;
--charcoal-200: #D0E0EC;
--charcoal-300: #ACC8DD;
--charcoal-400: #80ABCB;
--charcoal-500: #5C93BC;
--charcoal-600: #41769F;
--charcoal-700: #345E7F;
--charcoal-800: #25435B;
--charcoal-900: #182B3A;
--charcoal-950: #0F1B24;
}