Charcoal
#38587A
BlueColor Codes
All color formats for development
HEX
#38587ARGB
rgb(56, 88, 122)HSL
hsl(211, 37%, 35%)OKLCH
oklch(0.451 0.068 250.9)CMYK
cmyk(54%, 28%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334F6E
2#2D4762
3#273E56
4#223549
5#1C2C3D
6#162331
7#111A25
8#0B1218
9#06090C
Tints
Lighter variations
1#436991
2#4D79A8
3#608AB6
4#779AC0
5#8DABCB
6#A4BCD5
7#BBCDE0
8#D2DDEA
9#E8EEF5
Tones
Muted variations
1#3C5877
2#3F5874
3#425870
4#45596D
5#49596A
6#4C5966
7#4F5963
8#535960
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4DA | BordersInactive statesPlaceholder text |
| 400 | 85A5 #85A5C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628B #628BB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476F #476F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3858 #38587A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283F #283F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A28 #1A2838 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF4;
--charcoal-200: #D2DDEA;
--charcoal-300: #AFC4DA;
--charcoal-400: #85A5C7;
--charcoal-500: #628BB7;
--charcoal-600: #476F9A;
--charcoal-700: #38587A;
--charcoal-800: #283F57;
--charcoal-900: #1A2838;
--charcoal-950: #101923;
}