Charcoal
#1F1F60
BlueColor Codes
All color formats for development
HEX
#1F1F60RGB
rgb(31, 31, 96)HSL
hsl(240, 51%, 25%)OKLCH
oklch(0.286 0.112 276.6)CMYK
cmyk(68%, 68%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1C57
2#19194D
3#161643
4#13133A
5#101030
6#0C0C27
7#09091D
8#060613
9#03030A
Tints
Lighter variations
1#29297D
2#32329A
3#3B3BB7
4#5252C7
5#6F6FD0
6#8B8BDA
7#A8A8E3
8#C5C5EC
9#E2E2F6
Tones
Muted variations
1#22225D
2#26265A
3#292957
4#2C2C53
5#2F2F50
6#33334D
7#36364A
8#393946
9#3C3C43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A6 #A6A6E2 | BordersInactive statesPlaceholder text |
| 400 | 7878 #7878D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5252 #5252C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3737 #3737A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C2C #2C2C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F1F #1F1F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FB;
--charcoal-100: #E4E4F6;
--charcoal-200: #CDCDEF;
--charcoal-300: #A6A6E2;
--charcoal-400: #7878D3;
--charcoal-500: #5252C7;
--charcoal-600: #3737A9;
--charcoal-700: #2C2C87;
--charcoal-800: #1F1F60;
--charcoal-900: #14143E;
--charcoal-950: #0C0C27;
}