Charcoal
#34617F
BlueColor Codes
All color formats for development
HEX
#34617FRGB
rgb(52, 97, 127)HSL
hsl(204, 42%, 35%)OKLCH
oklch(0.474 0.07 239.7)CMYK
cmyk(59%, 24%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5772
2#294D65
3#244459
4#1F3A4C
5#1A303F
6#152733
7#101D26
8#0A1319
9#050A0D
Tints
Lighter variations
1#3D7396
2#4785AE
3#5A95BC
4#72A4C5
5#89B3CF
6#A1C2D9
7#B8D1E2
8#D0E1EC
9#E7F0F5
Tones
Muted variations
1#38607B
2#3B5F77
3#3F5E73
4#435E70
5#475D6C
6#4A5C68
7#4E5B64
8#525B61
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC9 #ACC9DD | BordersInactive statesPlaceholder text |
| 400 | 80AD #80ADCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C96 #5C96BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417A #417A9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3461 #34617F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2545 #25455B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E6EFF5;
--charcoal-200: #D0E1EC;
--charcoal-300: #ACC9DD;
--charcoal-400: #80ADCB;
--charcoal-500: #5C96BC;
--charcoal-600: #417A9F;
--charcoal-700: #34617F;
--charcoal-800: #25455B;
--charcoal-900: #182C3A;
--charcoal-950: #0F1C24;
}