Charcoal
#1F2E60
BlueColor Codes
All color formats for development
HEX
#1F2E60RGB
rgb(31, 46, 96)HSL
hsl(226, 51%, 25%)OKLCH
oklch(0.318 0.091 268.3)CMYK
cmyk(68%, 52%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2A57
2#19254D
3#162043
4#131C3A
5#101730
6#0C1327
7#090E1D
8#060913
9#03050A
Tints
Lighter variations
1#293C7D
2#324A9A
3#3B58B7
4#526DC7
5#6F85D0
6#8B9EDA
7#A8B6E3
8#C5CEEC
9#E2E7F6
Tones
Muted variations
1#22305D
2#26325A
3#293457
4#2C3553
5#2F3750
6#33394D
7#363B4A
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 #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;
}