Charcoal
#262959
BlueColor Codes
All color formats for development
HEX
#262959RGB
rgb(38, 41, 89)HSL
hsl(236, 40%, 25%)OKLCH
oklch(0.306 0.085 277.5)CMYK
cmyk(57%, 54%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222550
2#1F2147
3#1B1D3E
4#171936
5#13152D
6#0F1124
7#0B0C1B
8#080812
9#040409
Tints
Lighter variations
1#323674
2#3D438F
3#494FAA
4#5E64BA
5#797EC6
6#9498D1
7#AFB2DD
8#C9CBE8
9#E4E5F4
Tones
Muted variations
1#292C57
2#2B2E54
3#2E3052
4#30324F
5#33354D
6#36374A
7#383947
8#3B3B45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB0 #ADB0DC | BordersInactive statesPlaceholder text |
| 400 | 8287 #8287C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E64 #5E64BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4349 #43499D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262A #262A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E7F4;
--charcoal-200: #D1D2EB;
--charcoal-300: #ADB0DC;
--charcoal-400: #8287C9;
--charcoal-500: #5E64BA;
--charcoal-600: #43499D;
--charcoal-700: #363A7D;
--charcoal-800: #262A59;
--charcoal-900: #181B39;
--charcoal-950: #0F1124;
}