Charcoal
#262659
BlueColor Codes
All color formats for development
HEX
#262659RGB
rgb(38, 38, 89)HSL
hsl(240, 40%, 25%)OKLCH
oklch(0.3 0.089 279.5)CMYK
cmyk(57%, 57%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222250
2#1F1F47
3#1B1B3E
4#171736
5#13132D
6#0F0F24
7#0B0B1B
8#080812
9#040409
Tints
Lighter variations
1#323274
2#3D3D8F
3#4949AA
4#5E5EBA
5#7979C6
6#9494D1
7#AFAFDD
8#C9C9E8
9#E4E4F4
Tones
Muted variations
1#292957
2#2B2B54
3#2E2E52
4#30304F
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 | ADAD #ADADDC | BordersInactive statesPlaceholder text |
| 400 | 8282 #8282C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E5E #5E5EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4343 #43439D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #262659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #181839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | 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: #ADADDC;
--charcoal-400: #8282C9;
--charcoal-500: #5E5EBA;
--charcoal-600: #43439D;
--charcoal-700: #36367D;
--charcoal-800: #262659;
--charcoal-900: #181839;
--charcoal-950: #0F0F24;
}