Charcoal
#38617A
BlueColor Codes
All color formats for development
HEX
#38617ARGB
rgb(56, 97, 122)HSL
hsl(203, 37%, 35%)OKLCH
oklch(0.473 0.061 236.8)CMYK
cmyk(54%, 20%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33576E
2#2D4E62
3#274456
4#223A49
5#1C303D
6#162731
7#111D25
8#0B1318
9#060A0C
Tints
Lighter variations
1#437391
2#4D85A8
3#6095B6
4#77A4C0
5#8DB3CB
6#A4C2D5
7#BBD2E0
8#D2E1EA
9#E8F0F5
Tones
Muted variations
1#3C6077
2#3F5F74
3#425F70
4#455E6D
5#495D6A
6#4C5C66
7#4F5C63
8#535B60
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9DA | BordersInactive statesPlaceholder text |
| 400 | 85AD #85ADC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6296 #6296B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477A #477A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3861 #38617A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2845 #284557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C38 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EFF4;
--charcoal-200: #D2E1EA;
--charcoal-300: #AFC9DA;
--charcoal-400: #85ADC7;
--charcoal-500: #6296B7;
--charcoal-600: #477A9A;
--charcoal-700: #38617A;
--charcoal-800: #284557;
--charcoal-900: #1A2C38;
--charcoal-950: #101C23;
}