Charcoal
#1F2E61
BlueColor Codes
All color formats for development
HEX
#1F2E61RGB
rgb(31, 46, 97)HSL
hsl(226, 52%, 25%)OKLCH
oklch(0.319 0.092 268.4)CMYK
cmyk(68%, 53%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2957
2#18254E
3#152044
4#121C3A
5#0F1730
6#0C1227
7#090E1D
8#060913
9#03050A
Tints
Lighter variations
1#283C7E
2#314A9B
3#3A58B8
4#516CC8
5#6E85D1
6#8B9DDA
7#A8B6E3
8#C5CEED
9#E2E7F6
Tones
Muted variations
1#22305E
2#25325A
3#293357
4#2C3554
5#2F3750
6#32394D
7#363A4A
8#393C46
9#3C3E43
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 #A6B4E3 | BordersInactive statesPlaceholder text |
| 400 | 778D #778DD4 | Disabled statesSecondary iconsMuted text |
| 500 | 516C #516CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3651 #3651AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B40 #2B4088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2E #1F2E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141D #141D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | 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: #A6B4E3;
--charcoal-400: #778DD4;
--charcoal-500: #516CC8;
--charcoal-600: #3651AB;
--charcoal-700: #2B4088;
--charcoal-800: #1F2E61;
--charcoal-900: #141D3E;
--charcoal-950: #0C1227;
}