Charcoal
#293257
BlueColor Codes
All color formats for development
HEX
#293257RGB
rgb(41, 50, 87)HSL
hsl(228, 36%, 25%)OKLCH
oklch(0.328 0.067 271.9)CMYK
cmyk(53%, 43%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#252D4E
2#212845
3#1D233D
4#181E34
5#14192B
6#101423
7#0C0F1A
8#080A11
9#040509
Tints
Lighter variations
1#354171
2#41508B
3#4E5FA5
4#6373B6
5#7D8BC2
6#97A2CE
7#B1B9DA
8#CBD0E7
9#E5E8F3
Tones
Muted variations
1#2B3354
2#2D3552
3#303650
4#32374E
5#34394B
6#373A49
7#393C47
8#3B3D44
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8692 #8692C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6373 #6373B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4858 #485899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3946 #394679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2932 #293257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7E9F4;
--charcoal-200: #D2D7EA;
--charcoal-300: #AFB8D9;
--charcoal-400: #8692C6;
--charcoal-500: #6373B6;
--charcoal-600: #485899;
--charcoal-700: #394679;
--charcoal-800: #293257;
--charcoal-900: #1A2037;
--charcoal-950: #101423;
}