Charcoal
#26265A
BlueColor Codes
All color formats for development
HEX
#26265ARGB
rgb(38, 38, 90)HSL
hsl(240, 41%, 25%)OKLCH
oklch(0.301 0.091 279.4)CMYK
cmyk(58%, 58%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222251
2#1E1E48
3#1A1A3F
4#171736
5#13132D
6#0F0F24
7#0B0B1B
8#080812
9#040409
Tints
Lighter variations
1#313175
2#3C3C90
3#4747AB
4#5D5DBB
5#7878C7
6#9393D2
7#AEAEDD
8#C9C9E8
9#E4E4F4
Tones
Muted variations
1#282857
2#2B2B55
3#2D2D52
4#30304F
5#33334D
6#35354A
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 | D0D0 #D0D0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAC #ACACDC | BordersInactive statesPlaceholder text |
| 400 | 8181 #8181CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D5D #5D5DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4242 #42429E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3535 #35357E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #26265A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | 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: #D0D0EB;
--charcoal-300: #ACACDC;
--charcoal-400: #8181CA;
--charcoal-500: #5D5DBB;
--charcoal-600: #42429E;
--charcoal-700: #35357E;
--charcoal-800: #26265A;
--charcoal-900: #18183A;
--charcoal-950: #0F0F24;
}