Charcoal
#212A5F
BlueColor Codes
All color formats for development
HEX
#212A5FRGB
rgb(33, 42, 95)HSL
hsl(231, 48%, 25%)OKLCH
oklch(0.309 0.094 272.5)CMYK
cmyk(65%, 56%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2655
2#1B224B
3#171E42
4#141939
5#11152F
6#0D1126
7#0A0D1C
8#070813
9#030409
Tints
Lighter variations
1#2B377B
2#354497
3#3F50B3
4#5566C3
5#717FCD
6#8E99D7
7#AAB2E1
8#C6CCEB
9#E3E5F5
Tones
Muted variations
1#242C5B
2#272F58
3#2A3155
4#2D3352
5#30354F
6#34374C
7#373949
8#3A3B46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B1 #A8B1E1 | BordersInactive statesPlaceholder text |
| 400 | 7B88 #7B88D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5566 #5566C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4B #3A4BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F6;
--charcoal-200: #CED3EE;
--charcoal-300: #A8B1E1;
--charcoal-400: #7B88D1;
--charcoal-500: #5566C3;
--charcoal-600: #3A4BA6;
--charcoal-700: #2E3B84;
--charcoal-800: #212A5E;
--charcoal-900: #151B3C;
--charcoal-950: #0D1126;
}