Charcoal
#1A1A38
BlueColor Codes
All color formats for development
HEX
#1A1A38RGB
rgb(26, 26, 56)HSL
hsl(240, 37%, 16%)OKLCH
oklch(0.236 0.057 281.1)CMYK
cmyk(54%, 54%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171732
2#15152D
3#121227
4#0F0F22
5#0D0D1C
6#0A0A16
7#080811
8#05050B
9#030306
Tints
Lighter variations
1#272755
2#353573
3#424290
4#5050AD
5#6C6CBC
6#8A8AC9
7#A7A7D7
8#C4C4E4
9#E2E2F2
Tones
Muted variations
1#1B1B36
2#1D1D35
3#1E1E33
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 #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8585 #8585C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6262 #6262B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4747 #47479A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3838 #38387A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2828 #282857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | 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: #AFAFDA;
--charcoal-400: #8585C7;
--charcoal-500: #6262B7;
--charcoal-600: #47479A;
--charcoal-700: #38387A;
--charcoal-800: #282857;
--charcoal-900: #1A1A38;
--charcoal-950: #101023;
}