Charcoal
#262C59
BlueColor Codes
All color formats for development
HEX
#262C59RGB
rgb(38, 44, 89)HSL
hsl(233, 40%, 25%)OKLCH
oklch(0.313 0.08 275.1)CMYK
cmyk(57%, 51%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222850
2#1F2347
3#1B1F3E
4#171B36
5#13162D
6#0F1224
7#0B0D1B
8#080912
9#040409
Tints
Lighter variations
1#323974
2#3D478F
3#4954AA
4#5E69BA
5#7982C6
6#949BD1
7#AFB4DD
8#C9CDE8
9#E4E6F4
Tones
Muted variations
1#292E57
2#2B3054
3#2E3252
4#30344F
5#33364D
6#36384A
7#383A47
8#3B3C45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DC | BordersInactive statesPlaceholder text |
| 400 | 828A #828AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E69 #5E69BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434E #434E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363E #363E7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262C #262C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D1D4EB;
--charcoal-300: #ADB2DC;
--charcoal-400: #828AC9;
--charcoal-500: #5E69BA;
--charcoal-600: #434E9D;
--charcoal-700: #363E7D;
--charcoal-800: #262C59;
--charcoal-900: #181C39;
--charcoal-950: #0F1224;
}