Charcoal
#26295A
BlueColor Codes
All color formats for development
HEX
#26295ARGB
rgb(38, 41, 90)HSL
hsl(237, 41%, 25%)OKLCH
oklch(0.307 0.086 277.4)CMYK
cmyk(58%, 54%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222451
2#1E2048
3#1A1C3F
4#171836
5#13142D
6#0F1024
7#0B0C1B
8#080812
9#040409
Tints
Lighter variations
1#313475
2#3C4090
3#474CAB
4#5D62BB
5#787CC7
6#9396D2
7#AEB0DD
8#C9CBE8
9#E4E5F4
Tones
Muted variations
1#282B57
2#2B2D55
3#2D2F52
4#30324F
5#33344D
6#35364A
7#383948
8#3B3B45
9#3D3D42
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 | D0D2 #D0D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAF #ACAFDC | BordersInactive statesPlaceholder text |
| 400 | 8185 #8185CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D62 #5D62BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4247 #42479E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3538 #35387E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2628 #26285A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | 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: #F4F5FA;
--charcoal-100: #E6E7F4;
--charcoal-200: #D0D2EB;
--charcoal-300: #ACAFDC;
--charcoal-400: #8185CA;
--charcoal-500: #5D62BB;
--charcoal-600: #42479E;
--charcoal-700: #35387E;
--charcoal-800: #26285A;
--charcoal-900: #181A3A;
--charcoal-950: #0F1024;
}