Charcoal
#26275A
BlueColor Codes
All color formats for development
HEX
#26275ARGB
rgb(38, 39, 90)HSL
hsl(239, 41%, 25%)OKLCH
oklch(0.303 0.09 278.8)CMYK
cmyk(58%, 57%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222351
2#1E1F48
3#1A1B3F
4#171736
5#13132D
6#0F0F24
7#0B0C1B
8#080812
9#040409
Tints
Lighter variations
1#313275
2#3C3E90
3#4749AB
4#5D5FBB
5#7879C7
6#9394D2
7#AEAFDD
8#C9CAE8
9#E4E4F4
Tones
Muted variations
1#282957
2#2B2C55
3#2D2E52
4#30314F
5#33334D
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 | ACAD #ACADDC | BordersInactive statesPlaceholder text |
| 400 | 8182 #8182CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D5F #5D5FBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4244 #42449E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3536 #35367E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #26265A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | 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: #D0D1EB;
--charcoal-300: #ACADDC;
--charcoal-400: #8182CA;
--charcoal-500: #5D5FBB;
--charcoal-600: #42449E;
--charcoal-700: #35367E;
--charcoal-800: #26265A;
--charcoal-900: #18193A;
--charcoal-950: #0F0F24;
}