Charcoal
#38397A
BlueColor Codes
All color formats for development
HEX
#38397ARGB
rgb(56, 57, 122)HSL
hsl(239, 37%, 35%)OKLCH
oklch(0.38 0.108 279.3)CMYK
cmyk(54%, 53%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33346E
2#2D2E62
3#272856
4#222249
5#1C1D3D
6#161731
7#111125
8#0B0B18
9#06060C
Tints
Lighter variations
1#434491
2#4D4FA8
3#6061B6
4#7778C0
5#8D8ECB
6#A4A5D5
7#BBBBE0
8#D2D2EA
9#E8E8F5
Tones
Muted variations
1#3C3D77
2#3F4074
3#424370
4#45466D
5#49496A
6#4C4C66
7#4F5063
8#535360
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8586 #8586C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6263 #6263B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4748 #47489A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3839 #38397A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2829 #282957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F4;
--charcoal-200: #D2D2EA;
--charcoal-300: #AFAFDA;
--charcoal-400: #8586C7;
--charcoal-500: #6263B7;
--charcoal-600: #47489A;
--charcoal-700: #38397A;
--charcoal-800: #282957;
--charcoal-900: #1A1A38;
--charcoal-950: #101023;
}