Charcoal
#1F2A60
BlueColor Codes
All color formats for development
HEX
#1F2A60RGB
rgb(31, 42, 96)HSL
hsl(230, 51%, 25%)OKLCH
oklch(0.309 0.097 271)CMYK
cmyk(68%, 56%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2657
2#19224D
3#161D43
4#13193A
5#101530
6#0C1127
7#090D1D
8#060813
9#03040A
Tints
Lighter variations
1#29377D
2#32439A
3#3B50B7
4#5265C7
5#6F7FD0
6#8B98DA
7#A8B2E3
8#C5CCEC
9#E2E5F6
Tones
Muted variations
1#222C5D
2#262E5A
3#293157
4#2C3353
5#2F3550
6#33374D
7#36394A
8#393B46
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 | A6B0 #A6B0E2 | BordersInactive statesPlaceholder text |
| 400 | 7887 #7887D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5265 #5265C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 374A #374AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3B #2C3B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2A #1F2A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3E | 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: #A6B0E2;
--charcoal-400: #7887D3;
--charcoal-500: #5265C7;
--charcoal-600: #374AA9;
--charcoal-700: #2C3B87;
--charcoal-800: #1F2A60;
--charcoal-900: #141B3E;
--charcoal-950: #0C1127;
}