Charcoal
#293657
BlueColor Codes
All color formats for development
HEX
#293657RGB
rgb(41, 54, 87)HSL
hsl(223, 36%, 25%)OKLCH
oklch(0.338 0.061 266.8)CMYK
cmyk(53%, 38%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25304E
2#212B45
3#1D263D
4#182034
5#141B2B
6#101623
7#0C101A
8#080B11
9#040509
Tints
Lighter variations
1#354671
2#41568B
3#4E66A5
4#637AB6
5#7D90C2
6#97A7CE
7#B1BDDA
8#CBD3E7
9#E5E9F3
Tones
Muted variations
1#2B3754
2#2D3852
3#303950
4#323A4E
5#343B4B
6#373C49
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 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBB #AFBBD9 | BordersInactive statesPlaceholder text |
| 400 | 8698 #8698C6 | Disabled statesSecondary iconsMuted text |
| 500 | 637A #637AB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485F #485F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394B #394B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2936 #293657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D9EA;
--charcoal-300: #AFBBD9;
--charcoal-400: #8698C6;
--charcoal-500: #637AB6;
--charcoal-600: #485F99;
--charcoal-700: #394B79;
--charcoal-800: #293657;
--charcoal-900: #1A2237;
--charcoal-950: #101623;
}