Charcoal
#293157
BlueColor Codes
All color formats for development
HEX
#293157RGB
rgb(41, 49, 87)HSL
hsl(230, 36%, 25%)OKLCH
oklch(0.326 0.068 273.1)CMYK
cmyk(53%, 44%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#252C4E
2#212745
3#1D223D
4#181D34
5#14182B
6#101323
7#0C0F1A
8#080A11
9#040509
Tints
Lighter variations
1#353F71
2#414E8B
3#4E5CA5
4#6371B6
5#7D88C2
6#97A0CE
7#B1B8DA
8#CBD0E7
9#E5E7F3
Tones
Muted variations
1#2B3254
2#2D3452
3#303550
4#32374E
5#34384B
6#373A49
7#393B47
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 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 8690 #8690C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6371 #6371B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4855 #485599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3944 #394479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2930 #293057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7E9F4;
--charcoal-200: #D2D6EA;
--charcoal-300: #AFB6D9;
--charcoal-400: #8690C6;
--charcoal-500: #6371B6;
--charcoal-600: #485599;
--charcoal-700: #394479;
--charcoal-800: #293057;
--charcoal-900: #1A1F37;
--charcoal-950: #101323;
}