Charcoal
#21265E
BlueColor Codes
All color formats for development
HEX
#21265ERGB
rgb(33, 38, 94)HSL
hsl(235, 48%, 25%)OKLCH
oklch(0.3 0.099 274.9)CMYK
cmyk(65%, 60%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2255
2#1B1F4B
3#171B42
4#141739
5#11132F
6#0D0F26
7#0A0B1C
8#070813
9#030409
Tints
Lighter variations
1#2B327B
2#353D97
3#3F49B3
4#555EC3
5#7179CD
6#8E94D7
7#AAAFE1
8#C6C9EB
9#E3E4F5
Tones
Muted variations
1#24295B
2#272B58
3#2A2E55
4#2D3052
5#30334F
6#34364C
7#373849
8#3A3B46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AD #A8ADE1 | BordersInactive statesPlaceholder text |
| 400 | 7B82 #7B82D1 | Disabled statesSecondary iconsMuted text |
| 500 | 555E #555EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A43 #3A43A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E36 #2E3684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2126 #21265E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1518 #15183C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F6;
--charcoal-200: #CED1EE;
--charcoal-300: #A8ADE1;
--charcoal-400: #7B82D1;
--charcoal-500: #555EC3;
--charcoal-600: #3A43A6;
--charcoal-700: #2E3684;
--charcoal-800: #21265E;
--charcoal-900: #15183C;
--charcoal-950: #0D0F26;
}