Charcoal
#293D57
BlueColor Codes
All color formats for development
HEX
#293D57RGB
rgb(41, 61, 87)HSL
hsl(214, 36%, 25%)OKLCH
oklch(0.355 0.052 255.3)CMYK
cmyk(53%, 30%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25374E
2#213145
3#1D2A3D
4#182434
5#141E2B
6#101823
7#0C121A
8#080C11
9#040609
Tints
Lighter variations
1#354F71
2#41618B
3#4E73A5
4#6387B6
5#7D9BC2
6#97AFCE
7#B1C3DA
8#CBD7E7
9#E5EBF3
Tones
Muted variations
1#2B3D54
2#2D3D52
3#303E50
4#323E4E
5#343E4B
6#373F49
7#393F47
8#3B3F44
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC2 #AFC2D9 | BordersInactive statesPlaceholder text |
| 400 | 86A1 #86A1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6387 #6387B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486B #486B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3955 #395579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293D #293D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2737 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7ECF4;
--charcoal-200: #D2DCEA;
--charcoal-300: #AFC2D9;
--charcoal-400: #86A1C6;
--charcoal-500: #6387B6;
--charcoal-600: #486B99;
--charcoal-700: #395579;
--charcoal-800: #293D57;
--charcoal-900: #1A2737;
--charcoal-950: #101823;
}