Charcoal
#21245E
BlueColor Codes
All color formats for development
HEX
#21245ERGB
rgb(33, 36, 94)HSL
hsl(237, 48%, 25%)OKLCH
oklch(0.296 0.102 276)CMYK
cmyk(65%, 62%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2155
2#1B1D4B
3#171942
4#141639
5#11122F
6#0D0E26
7#0A0B1C
8#070713
9#030409
Tints
Lighter variations
1#2B2F7B
2#353A97
3#3F45B3
4#555BC3
5#7176CD
6#8E91D7
7#AAADE1
8#C6C8EB
9#E3E4F5
Tones
Muted variations
1#24275B
2#272A58
3#2A2C55
4#2D2F52
5#30324F
6#34354C
7#373749
8#3A3A46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AB #A8ABE1 | BordersInactive statesPlaceholder text |
| 400 | 7B7F #7B7FD1 | Disabled statesSecondary iconsMuted text |
| 500 | 555B #555BC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A40 #3A40A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E33 #2E3384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2124 #21245E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F6;
--charcoal-200: #CED0EE;
--charcoal-300: #A8ABE1;
--charcoal-400: #7B7FD1;
--charcoal-500: #555BC3;
--charcoal-600: #3A40A6;
--charcoal-700: #2E3384;
--charcoal-800: #21245E;
--charcoal-900: #15173C;
--charcoal-950: #0D0E26;
}