Charcoal
#2E4784
BlueColor Codes
All color formats for development
HEX
#2E4784RGB
rgb(46, 71, 132)HSL
hsl(223, 48%, 35%)OKLCH
oklch(0.411 0.107 265.3)CMYK
cmyk(65%, 46%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4077
2#25396A
3#20315C
4#1C2A4F
5#172342
6#131C35
7#0E1528
8#090E1A
9#05070D
Tints
Lighter variations
1#37549D
2#4061B5
3#5373C3
4#6C87CB
5#849BD4
6#9DAFDD
7#B5C3E5
8#CED7EE
9#E6EBF6
Tones
Muted variations
1#334980
2#374A7C
3#3B4C77
4#404E73
5#44506F
6#48526A
7#4C5466
8#515662
9#55575E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B8 #A8B8E1 | BordersInactive statesPlaceholder text |
| 400 | 7B93 #7B93D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5574 #5574C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A59 #3A59A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E47 #2E4784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2132 #21325E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203C | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F6;
--charcoal-200: #CED7EE;
--charcoal-300: #A8B8E1;
--charcoal-400: #7B93D1;
--charcoal-500: #5574C3;
--charcoal-600: #3A59A6;
--charcoal-700: #2E4784;
--charcoal-800: #21325E;
--charcoal-900: #15203C;
--charcoal-950: #0D1426;
}