Charcoal
#293457
BlueColor Codes
All color formats for development
HEX
#293457RGB
rgb(41, 52, 87)HSL
hsl(226, 36%, 25%)OKLCH
oklch(0.333 0.064 269.5)CMYK
cmyk(53%, 40%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#252E4E
2#212945
3#1D243D
4#181F34
5#141A2B
6#101523
7#0C0F1A
8#080A11
9#040509
Tints
Lighter variations
1#354371
2#41528B
3#4E62A5
4#6376B6
5#7D8DC2
6#97A4CE
7#B1BBDA
8#CBD1E7
9#E5E8F3
Tones
Muted variations
1#2B3554
2#2D3652
3#303750
4#32384E
5#343A4B
6#373B49
7#393C47
8#3B3D44
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9D9 | BordersInactive statesPlaceholder text |
| 400 | 8695 #8695C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6376 #6376B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485B #485B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3948 #394879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2934 #293457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2137 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D7EA;
--charcoal-300: #AFB9D9;
--charcoal-400: #8695C6;
--charcoal-500: #6376B6;
--charcoal-600: #485B99;
--charcoal-700: #394879;
--charcoal-800: #293457;
--charcoal-900: #1A2137;
--charcoal-950: #101523;
}