Charcoal
#293F57
BlueColor Codes
All color formats for development
HEX
#293F57RGB
rgb(41, 63, 87)HSL
hsl(211, 36%, 25%)OKLCH
oklch(0.361 0.05 251.4)CMYK
cmyk(53%, 28%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25394E
2#213245
3#1D2C3D
4#182634
5#141F2B
6#101923
7#0C131A
8#080D11
9#040609
Tints
Lighter variations
1#355271
2#41658B
3#4E78A5
4#638BB6
5#7D9EC2
6#97B2CE
7#B1C5DA
8#CBD8E7
9#E5ECF3
Tones
Muted variations
1#2B3F54
2#2D3F52
3#303F50
4#323F4E
5#343F4B
6#373F49
7#394047
8#3B4044
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4D9 | BordersInactive statesPlaceholder text |
| 400 | 86A5 #86A5C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638B #638BB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486F #486F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3958 #395879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293F #293F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A28 #1A2837 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF4;
--charcoal-200: #D2DDEA;
--charcoal-300: #AFC4D9;
--charcoal-400: #86A5C6;
--charcoal-500: #638BB6;
--charcoal-600: #486F99;
--charcoal-700: #395879;
--charcoal-800: #293F57;
--charcoal-900: #1A2837;
--charcoal-950: #101923;
}