Charcoal
#292E57
BlueColor Codes
All color formats for development
HEX
#292E57RGB
rgb(41, 46, 87)HSL
hsl(233, 36%, 25%)OKLCH
oklch(0.319 0.073 276.2)CMYK
cmyk(53%, 47%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#252A4E
2#212545
3#1D203D
4#181C34
5#14172B
6#101223
7#0C0E1A
8#080911
9#040509
Tints
Lighter variations
1#353C71
2#414A8B
3#4E58A5
4#636DB6
5#7D85C2
6#979DCE
7#B1B6DA
8#CBCEE7
9#E5E7F3
Tones
Muted variations
1#2B3054
2#2D3252
3#303350
4#32354E
5#34374B
6#373949
7#393A47
8#3B3C44
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4D9 | BordersInactive statesPlaceholder text |
| 400 | 868D #868DC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636D #636DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4851 #485199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3941 #394179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292E #292E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D5EA;
--charcoal-300: #AFB4D9;
--charcoal-400: #868DC6;
--charcoal-500: #636DB6;
--charcoal-600: #485199;
--charcoal-700: #394179;
--charcoal-800: #292E57;
--charcoal-900: #1A1E37;
--charcoal-950: #101223;
}