Charcoal
#1F2B60
BlueColor Codes
All color formats for development
HEX
#1F2B60RGB
rgb(31, 43, 96)HSL
hsl(229, 51%, 25%)OKLCH
oklch(0.311 0.095 270.4)CMYK
cmyk(68%, 55%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2757
2#19234D
3#161E43
4#131A3A
5#101630
6#0C1127
7#090D1D
8#060913
9#03040A
Tints
Lighter variations
1#29387D
2#32459A
3#3B52B7
4#5267C7
5#6F80D0
6#8B9ADA
7#A8B3E3
8#C5CCEC
9#E2E6F6
Tones
Muted variations
1#222D5D
2#262F5A
3#293157
4#2C3353
5#2F3550
6#33384D
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 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD3 #CDD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B1 #A6B1E2 | BordersInactive statesPlaceholder text |
| 400 | 7889 #7889D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5267 #5267C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 374C #374CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3C #2C3C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2B #1F2B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141C #141C3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F6;
--charcoal-200: #CDD3EF;
--charcoal-300: #A6B1E2;
--charcoal-400: #7889D3;
--charcoal-500: #5267C7;
--charcoal-600: #374CA9;
--charcoal-700: #2C3C87;
--charcoal-800: #1F2B60;
--charcoal-900: #141C3E;
--charcoal-950: #0C1127;
}