Charcoal
#26285A
BlueColor Codes
All color formats for development
HEX
#26285ARGB
rgb(38, 40, 90)HSL
hsl(238, 41%, 25%)OKLCH
oklch(0.305 0.088 278.1)CMYK
cmyk(58%, 56%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222351
2#1E1F48
3#1A1C3F
4#171836
5#13142D
6#0F1024
7#0B0C1B
8#080812
9#040409
Tints
Lighter variations
1#313375
2#3C3F90
3#474BAB
4#5D60BB
5#787BC7
6#9395D2
7#AEB0DD
8#C9CAE8
9#E4E5F4
Tones
Muted variations
1#282A57
2#2B2C55
3#2D2F52
4#30314F
5#33344D
6#35364A
7#383848
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 | D0D1 #D0D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAE #ACAEDC | BordersInactive statesPlaceholder text |
| 400 | 8184 #8184CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D60 #5D60BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4245 #42459E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3537 #35377E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #26275A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | 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: #D0D1EB;
--charcoal-300: #ACAEDC;
--charcoal-400: #8184CA;
--charcoal-500: #5D60BB;
--charcoal-600: #42459E;
--charcoal-700: #35377E;
--charcoal-800: #26275A;
--charcoal-900: #18193A;
--charcoal-950: #0F1024;
}