Charcoal
#262759
BlueColor Codes
All color formats for development
HEX
#262759RGB
rgb(38, 39, 89)HSL
hsl(239, 40%, 25%)OKLCH
oklch(0.302 0.088 278.9)CMYK
cmyk(57%, 56%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222350
2#1F1F47
3#1B1B3E
4#171736
5#13142D
6#0F1024
7#0B0C1B
8#080812
9#040409
Tints
Lighter variations
1#323374
2#3D3F8F
3#494AAA
4#5E60BA
5#797AC6
6#9495D1
7#AFAFDD
8#C9CAE8
9#E4E4F4
Tones
Muted variations
1#292A57
2#2B2C54
3#2E2E52
4#30314F
5#33334D
6#36364A
7#383847
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 | 8283 #8283C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E60 #5E60BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4345 #43459D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3637 #36377D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #262759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #181939 | 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: #8283C9;
--charcoal-500: #5E60BA;
--charcoal-600: #43459D;
--charcoal-700: #36377D;
--charcoal-800: #262759;
--charcoal-900: #181939;
--charcoal-950: #0F1024;
}