Charcoal
#262859
BlueColor Codes
All color formats for development
HEX
#262859RGB
rgb(38, 40, 89)HSL
hsl(238, 40%, 25%)OKLCH
oklch(0.304 0.086 278.2)CMYK
cmyk(57%, 55%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222450
2#1F2047
3#1B1C3E
4#171836
5#13142D
6#0F1024
7#0B0C1B
8#080812
9#040409
Tints
Lighter variations
1#323474
2#3D408F
3#494CAA
4#5E61BA
5#797CC6
6#9496D1
7#AFB0DD
8#C9CAE8
9#E4E5F4
Tones
Muted variations
1#292A57
2#2B2D54
3#2E2F52
4#30314F
5#33344D
6#36364A
7#383947
8#3B3B45
9#3D3D42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAE #ADAEDC | BordersInactive statesPlaceholder text |
| 400 | 8284 #8284C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E61 #5E61BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4346 #43469D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3638 #36387D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2628 #262859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FA;
--charcoal-100: #E6E6F4;
--charcoal-200: #D1D1EB;
--charcoal-300: #ADAEDC;
--charcoal-400: #8284C9;
--charcoal-500: #5E61BA;
--charcoal-600: #43469D;
--charcoal-700: #36387D;
--charcoal-800: #262859;
--charcoal-900: #181A39;
--charcoal-950: #0F1024;
}