Charcoal
#34547F
BlueColor Codes
All color formats for development
HEX
#34547FRGB
rgb(52, 84, 127)HSL
hsl(214, 42%, 35%)OKLCH
oklch(0.442 0.081 256.2)CMYK
cmyk(59%, 34%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4C72
2#294365
3#243B59
4#1F334C
5#1A2A3F
6#152233
7#101926
8#0A1119
9#05080D
Tints
Lighter variations
1#3D6496
2#4774AE
3#5A84BC
4#7296C5
5#89A7CF
6#A1B9D9
7#B8CAE2
8#D0DCEC
9#E7EDF5
Tones
Muted variations
1#38557B
2#3B5577
3#3F5673
4#435670
5#47576C
6#4A5768
7#4E5864
8#525861
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC1 #ACC1DD | BordersInactive statesPlaceholder text |
| 400 | 80A1 #80A1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C86 #5C86BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416A #416A9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3454 #34547F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253C #253C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E6ECF5;
--charcoal-200: #D0DCEC;
--charcoal-300: #ACC1DD;
--charcoal-400: #80A1CB;
--charcoal-500: #5C86BC;
--charcoal-600: #416A9F;
--charcoal-700: #34547F;
--charcoal-800: #253C5B;
--charcoal-900: #18273A;
--charcoal-950: #0F1824;
}