Charcoal
#1A1A37
BlueColor Codes
All color formats for development
HEX
#1A1A37RGB
rgb(26, 26, 55)HSL
hsl(240, 36%, 16%)OKLCH
oklch(0.235 0.055 281.3)CMYK
cmyk(53%, 53%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181832
2#15152C
3#121227
4#101021
5#0D0D1C
6#0A0A16
7#080811
8#05050B
9#030306
Tints
Lighter variations
1#282855
2#363672
3#43438F
4#5151AC
5#6D6DBA
6#8A8AC8
7#A8A8D6
8#C5C5E4
9#E2E2F1
Tones
Muted variations
1#1C1C36
2#1D1D35
3#1F1F33
4#202032
5#212130
6#23232F
7#24242D
8#26262C
9#27272A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFD9 | BordersInactive statesPlaceholder text |
| 400 | 8686 #8686C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6363 #6363B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4848 #484899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3939 #393979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2929 #292957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A37 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F4;
--charcoal-200: #D2D2EA;
--charcoal-300: #AFAFD9;
--charcoal-400: #8686C6;
--charcoal-500: #6363B6;
--charcoal-600: #484899;
--charcoal-700: #393979;
--charcoal-800: #292957;
--charcoal-900: #1A1A37;
--charcoal-950: #101023;
}