Charcoal
#212E5F
BlueColor Codes
All color formats for development
HEX
#212E5FRGB
rgb(33, 46, 95)HSL
hsl(227, 48%, 25%)OKLCH
oklch(0.319 0.088 269.6)CMYK
cmyk(65%, 52%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2A55
2#1B254B
3#172042
4#141C39
5#11172F
6#0D1326
7#0A0E1C
8#070913
9#030509
Tints
Lighter variations
1#2B3C7B
2#354A97
3#3F58B3
4#556DC3
5#7185CD
6#8E9ED7
7#AAB6E1
8#C6CEEB
9#E3E7F5
Tones
Muted variations
1#24305B
2#273258
3#2A3455
4#2D3552
5#30374F
6#34394C
7#373B49
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 | E5E8 #E5E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B4 #A8B4E1 | BordersInactive statesPlaceholder text |
| 400 | 7B8D #7B8DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 556D #556DC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A52 #3A52A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E41 #2E4184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212E #212E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151E #151E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F6;
--charcoal-200: #CED5EE;
--charcoal-300: #A8B4E1;
--charcoal-400: #7B8DD1;
--charcoal-500: #556DC3;
--charcoal-600: #3A52A6;
--charcoal-700: #2E4184;
--charcoal-800: #212E5E;
--charcoal-900: #151E3C;
--charcoal-950: #0D1326;
}