Charcoal
#212B5E
BlueColor Codes
All color formats for development
HEX
#212B5ERGB
rgb(33, 43, 94)HSL
hsl(230, 48%, 25%)OKLCH
oklch(0.311 0.091 271.8)CMYK
cmyk(65%, 54%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2755
2#1B234B
3#171E42
4#141A39
5#11162F
6#0D1126
7#0A0D1C
8#070913
9#030409
Tints
Lighter variations
1#2B387B
2#354597
3#3F52B3
4#5568C3
5#7181CD
6#8E9AD7
7#AAB3E1
8#C6CDEB
9#E3E6F5
Tones
Muted variations
1#242D5B
2#272F58
3#2A3155
4#2D3452
5#30364F
6#34384C
7#373A49
8#3A3C46
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 | A8B2 #A8B2E1 | BordersInactive statesPlaceholder text |
| 400 | 7B89 #7B89D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5568 #5568C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4C #3A4CA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3D #2E3D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212B #212B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151C #151C3C | 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: #A8B2E1;
--charcoal-400: #7B89D1;
--charcoal-500: #5568C3;
--charcoal-600: #3A4CA6;
--charcoal-700: #2E3D84;
--charcoal-800: #212B5E;
--charcoal-900: #151C3C;
--charcoal-950: #0D1126;
}