Charcoal
#38387A
BlueColor Codes
All color formats for development
HEX
#38387ARGB
rgb(56, 56, 122)HSL
hsl(240, 37%, 35%)OKLCH
oklch(0.378 0.11 279.8)CMYK
cmyk(54%, 54%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33336E
2#2D2D62
3#272756
4#222249
5#1C1C3D
6#161631
7#111125
8#0B0B18
9#06060C
Tints
Lighter variations
1#434391
2#4D4DA8
3#6060B6
4#7777C0
5#8D8DCB
6#A4A4D5
7#BBBBE0
8#D2D2EA
9#E8E8F5
Tones
Muted variations
1#3C3C77
2#3F3F74
3#424270
4#45456D
5#49496A
6#4C4C66
7#4F4F63
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 | 8585 #8585C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6262 #6262B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4747 #47479A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3838 #38387A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2828 #282857 | 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: #8585C7;
--charcoal-500: #6262B7;
--charcoal-600: #47479A;
--charcoal-700: #38387A;
--charcoal-800: #282857;
--charcoal-900: #1A1A38;
--charcoal-950: #101023;
}