Charcoal
#2C4187
BlueColor Codes
All color formats for development
HEX
#2C4187RGB
rgb(44, 65, 135)HSL
hsl(226, 51%, 35%)OKLCH
oklch(0.399 0.12 268)CMYK
cmyk(67%, 52%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#273A79
2#23346C
3#1F2D5E
4#1A2751
5#162043
6#111A36
7#0D1328
8#090D1B
9#04060D
Tints
Lighter variations
1#344DA0
2#3C59B9
3#506BC6
4#6980CE
5#8296D6
6#9BABDF
7#B4C0E7
8#CDD5EF
9#E6EAF7
Tones
Muted variations
1#304382
2#35467E
3#394879
4#3E4B75
5#424D70
6#47506B
7#4C5267
8#505462
9#55575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD5 #CDD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B4 #A6B4E2 | BordersInactive statesPlaceholder text |
| 400 | 788D #788DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 526D #526DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3752 #3752A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C41 #2C4187 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2E #1F2E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141E #141E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E8F6;
--charcoal-200: #CDD5EF;
--charcoal-300: #A6B4E2;
--charcoal-400: #788DD3;
--charcoal-500: #526DC7;
--charcoal-600: #3752A9;
--charcoal-700: #2C4187;
--charcoal-800: #1F2E60;
--charcoal-900: #141E3E;
--charcoal-950: #0C1327;
}