Charcoal
#292957
BlueColor Codes
All color formats for development
HEX
#292957RGB
rgb(41, 41, 87)HSL
hsl(240, 36%, 25%)OKLCH
oklch(0.307 0.081 280.5)CMYK
cmyk(53%, 53%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25254E
2#212145
3#1D1D3D
4#181834
5#14142B
6#101023
7#0C0C1A
8#080811
9#040409
Tints
Lighter variations
1#353571
2#41418B
3#4E4EA5
4#6363B6
5#7D7DC2
6#9797CE
7#B1B1DA
8#CBCBE7
9#E5E5F3
Tones
Muted variations
1#2B2B54
2#2D2D52
3#303050
4#32324E
5#34344B
6#373749
7#393947
8#3B3B44
9#3D3D42
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;
}