Charcoal
#293557
BlueColor Codes
All color formats for development
HEX
#293557RGB
rgb(41, 53, 87)HSL
hsl(224, 36%, 25%)OKLCH
oklch(0.335 0.062 268.2)CMYK
cmyk(53%, 39%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25304E
2#212A45
3#1D253D
4#182034
5#141B2B
6#101523
7#0C101A
8#080B11
9#040509
Tints
Lighter variations
1#354571
2#41558B
3#4E65A5
4#6379B6
5#7D8FC2
6#97A6CE
7#B1BCDA
8#CBD2E7
9#E5E9F3
Tones
Muted variations
1#2B3654
2#2D3752
3#303850
4#32394E
5#343A4B
6#373B49
7#393D47
8#3B3E44
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 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBAD9 | BordersInactive statesPlaceholder text |
| 400 | 8697 #8697C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6379 #6379B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485D #485D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394A #394A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2935 #293557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | 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: #D2D8EA;
--charcoal-300: #AFBAD9;
--charcoal-400: #8697C6;
--charcoal-500: #6379B6;
--charcoal-600: #485D99;
--charcoal-700: #394A79;
--charcoal-800: #293557;
--charcoal-900: #1A2237;
--charcoal-950: #101523;
}