Charcoal
#293757
BlueColor Codes
All color formats for development
HEX
#293757RGB
rgb(41, 55, 87)HSL
hsl(222, 36%, 25%)OKLCH
oklch(0.34 0.06 265.4)CMYK
cmyk(53%, 37%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25314E
2#212C45
3#1D263D
4#182134
5#141B2B
6#101623
7#0C101A
8#080B11
9#040509
Tints
Lighter variations
1#354771
2#41578B
3#4E68A5
4#637CB6
5#7D92C2
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 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCD9 | BordersInactive statesPlaceholder text |
| 400 | 8699 #8699C6 | Disabled statesSecondary iconsMuted text |
| 500 | 637C #637CB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4860 #486099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394C #394C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2937 #293757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2337 | 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: #E7EBF4;
--charcoal-200: #D2D9EA;
--charcoal-300: #AFBCD9;
--charcoal-400: #8699C6;
--charcoal-500: #637CB6;
--charcoal-600: #486099;
--charcoal-700: #394C79;
--charcoal-800: #293757;
--charcoal-900: #1A2337;
--charcoal-950: #101623;
}